iway1 / trpc-panel

MIT License
627 stars 43 forks source link

fix: Import named zustand create function #102

Open Roundaround opened 5 months ago

Roundaround commented 5 months ago

Fixes warning in console from zustand. The default export is deprecated. Luckily it's just re-exported on the named 'create' export so the fix was super simple.