Compare commits
No commits in common. "803c1b37e5f3cf8b9c347be812c073bca8ca3b85" and "e6f5d5bcb0b6e30a81264b0294501d445a51d3a6" have entirely different histories.
803c1b37e5
...
e6f5d5bcb0
@ -1,5 +1,5 @@
|
||||
import { createStore } from 'custom-zustand/vanilla';
|
||||
export * from 'custom-zustand/vanilla';
|
||||
import { createStore } from 'zustand/vanilla';
|
||||
export * from '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.3",
|
||||
"version": "4.5.2",
|
||||
"description": "🐻 Bear necessities for state management in React",
|
||||
"main": "./index.js",
|
||||
"types": "./index.d.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user