Compare commits

...

2 Commits

Author SHA1 Message Date
803c1b37e5 Fix imports 2024-07-22 14:41:40 +03:00
1073c8239c Fix imports 2024-07-22 14:41:35 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import { createStore } from 'zustand/vanilla';
export * from 'zustand/vanilla';
import { createStore } from 'custom-zustand/vanilla';
export * from 'custom-zustand/vanilla';
import ReactExports from 'react';
import useSyncExternalStoreExports from 'use-sync-external-store/shim/with-selector.js';

View File

@ -1,7 +1,7 @@
{
"name": "custom-zustand",
"private": false,
"version": "4.5.2",
"version": "4.5.3",
"description": "🐻 Bear necessities for state management in React",
"main": "./index.js",
"types": "./index.d.ts",