Luis Merino
Luis Merino
+1 having the same issue here.
Hi, this is very interesting. The CSP evaluator also recommends this approach, so we could the `unsafe-inline` directive be included if a `nonce` is set and `supportOldBrowsers` is true? ![screenshot...
This is great. We're really looking forward to this PR being reviewed!
We have a couple of cases in which this feature is critical for us. We have a very granular design system that relies heavily on composing/wrapping styled components. Right now...
The API should be changed by allowing you to pass the innerRef used optionally, but we never got to do this. This is for historical reasons, where creating refs wasn't...
Wanna open a PR?
I just opened a PR to https://github.com/astoilkov/use-local-storage-state/pull/14 to allow using `sessionStorage` too. Once that's merged, I believe it's a much better alternative, as it also handles other cases nicely, like...
I guess you need a module mock defined in `__mocks__` instead of your setup file.
Great, I'm happy to assist you on this! I gave the implementation some thought a while ago, up until a certain point. However, since then I hadn't had the chance...
I'm glad to hear that. We actually started this project in order to stop using `react-virtualized`, which is overkill for most common use cases. `v2.0.0` is important because it'll be...