Ben Ayles
Ben Ayles
The `2xl` screen config belongs under `extend` rather than directly in the `theme` config. As it is, it is replacing all screen breakpoints with this one rather than overriding just...
Can you please add `prettier-plugin-tailwindcss` to this package? Thanks!
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
The `SearchClient` type is imported from `algoliasearch/lite`, instead of `instantsearch.js`. The type exported by the algoliasearch package is narrower than instantsearch's, and makes it so other instantsearch clients can't be...
### Describe the bug If a property of a store is used in an effect, the entire store becomes a dependency. This is especially an issue when using something like...