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
I ended up creating my own checkbox by copying this repo and modifying it to fit my needs.
One of the issues I had was with including useMergedState in my module.... this seems to be an export issue with the rc-util package not being developed for ESM.
My solution was to get rid of useMergedState entirely. The alternative was actually quite simple - useEffect and useState combined: -
I think using useMergedState is unreasonable
Show different results
The text was updated successfully, but these errors were encountered: