Compare commits
2 Commits
e6f5d5bcb0
...
803c1b37e5
Author | SHA1 | Date | |
---|---|---|---|
803c1b37e5 | |||
1073c8239c |
@ -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';
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user