We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba25c85 commit f58bbe1Copy full SHA for f58bbe1
src/helpers/state-machine/form/hooks/form-events.hooks.ts
@@ -1,5 +1,5 @@
1
// Library
2
-import { nanoid as generate } from 'nanoid/non-secure';
+import { nanoid as generate } from 'nanoid';
3
4
// Lodash
5
import set from 'lodash/set';
0 commit comments