gregs
gregs
Chakra handles that with a cookie [docs here](https://chakra-ui.com/docs/styled-system/color-mode#add-colormodemanager-optional-for-ssr) even next-theme has some issues like that https://github.com/pacocoursey/next-themes#useTheme a common trick is to check if the component is mounted before rendering ```js...
in my opinion a solution for that is not in the scope of this project :)
https://twitter.com/dai_shi/status/1625308527295332352
wydt of removing the animation in this case instead of keeping it closed? like route and the buy dropdown is already open not animated
> @greg-schrammel Yeah right. They're not animated on mount basically. but it routes to the page with it closed? shouldn't it be open just not show the opening animation
> mostly concerned about: > > 1. Do the nfts migrate from previous version of the persister > 2. Does the invalidation work properly when sortBy and sortDirection aren't specified....
> hey @greg-schrammel, did we end up getting blocked / deprioritizing this? no I moved to other stuff and forgot about it, just fixed the conflicts
I couldn't make the `ref.focus()` work, so will leave the `key` **workaround** here for anyone stuck ```jsx const [value, setValue] = useState(""); const inputKeyRef = useRef(0); ... { const success...
> @greg-schrammel, code looks good but I'm unsure what to test. Is the moxie case the only thing I should test or are there other considerations? yeah the only positions...
ts didn't scream at me so I'll say it's fine, but added it anyway