Oscar Busk

Results 24 comments of Oscar Busk

But when would them be saved to localstorage, there is no "save" step? The URL is updated dynamically as you edit.

I added a changeset, but not entirely sure how large/small the change should be. Also rebased the branch to stay up to date.

I've tried to improve this behaviour in https://github.com/chakra-ui/chakra-ui/pull/6402/

Got into react development the other day and ran into the annoyances of `useMediaQuery()` again so trying to revive this PR. Not sure if it's wanted. Maybe there's some improvements...

I've revived my PR #6402 to see if we can get any traction on this

Updating `[email protected]` will fix [CVE-2015-8855](https://nodesecurity.io/advisories/31) (patched in `semver@>=4.3.2`) but not [Memory exposure in `bl`](https://nodesecurity.io/advisories/596) (patched in `bl@>=0.9.5 =1.0.1`). `levelup@>=1.0.0` Is without any issues.

@englercj > Currently it is pretty difficult to annotate your jsdoc with the right things to generate the module declaration to work where it can be used with es6 imports...

I was thinking it was probably something with NextJS, so I setup a minimal react/babel/webpack project to try to see if there was any difference in importing `extendBaseTheme` vs `extendTheme()`...

I've been searching github for anyone using `extendBaseTheme()`, thinking if there's someone who has seen a reduction in bundle size, but only found projects setting up for the first time,...

@wawyed When I looked at the code to fix the typo got me thinking if it's unecessary to update the sref twice in the scenario where you switch state _and_...