remix-validated-form 4.6.7 → 4.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
@@ -157,7 +157,7 @@ var hydratable = {
|
|
157
157
|
|
158
158
|
// src/internal/state/createFormStore.ts
|
159
159
|
import invariant2 from "tiny-invariant";
|
160
|
-
import create from "zustand";
|
160
|
+
import { create } from "zustand";
|
161
161
|
import { immer } from "zustand/middleware/immer";
|
162
162
|
|
163
163
|
// src/internal/logic/requestSubmit.ts
|