-
I faced this error :
|
Beta Was this translation helpful? Give feedback.
Answered by
ai
May 2, 2024
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TinyTyno
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
import { nanoid } from 'nanoid'
(named import) instead ofimport nanoid from 'nanoid'
(default import).