You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install version 4, I encounter a type error. It seems to be related to using the exports field in the package.json. To resolve this, the type must be specified in the exports field.
Could not find a declaration file for module 'qrcode.react'. '.../qrcode.react/lib/esm/index.js' implicitly has an 'any' type.
There are types at '.../qrcode.react/lib/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'qrcode.react' library may need to update its package.json or typings.
The text was updated successfully, but these errors were encountered:
When I install version 4, I encounter a type error. It seems to be related to using the exports field in the package.json. To resolve this, the type must be specified in the exports field.
The text was updated successfully, but these errors were encountered: