You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Removed CSS Modules in favor of a custom CSS-in-JS solution. This allows using the Searchbox on a framework like Next.js that doesn't include CSS Modules in its workflow by default.
Removed Axios if favor of the native window.fetch() method.
Please note: since window.fetch() is a native method and it doesn't work on old browsers, if you need to support them you have to add a global polyfill like github/fetch or developit/unfetch. Here you can find the global support for window.fetch() method: https://caniuse.com/#search=fetch.