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 use the package in a vue + typescript + vite application with "type": "module" I get the error
Could not find a declaration file for module '@unleash/proxy-client-vue'. '.../node_modules/.pnpm/@Unleash[email protected][email protected]/node_modules/@unleash/proxy-client-vue/dist/index.es.js' implicitly has an 'any' type.
There are types at '.../node_modules/@unleash/proxy-client-vue/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@unleash/proxy-client-vue' library may need to update its package.json or typings.ts(7016)
Steps to reproduce the bug
Install the package in a vue + typescript + vite application with "type": "module"
When importing the unleash plugin
Typescript should throw an error as shown above
Expected behavior
No error from typescript
Logs, error output, etc.
No response
Screenshots
No response
Additional context
No response
Unleash version
No response
Subscription type
Open source
Hosting type
Self-hosted
SDK information (language and version)
0.1.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When I use the package in a vue + typescript + vite application with
"type": "module"
I get the errorSteps to reproduce the bug
"type": "module"
Expected behavior
No error from typescript
Logs, error output, etc.
No response
Screenshots
No response
Additional context
No response
Unleash version
No response
Subscription type
Open source
Hosting type
Self-hosted
SDK information (language and version)
0.1.0
The text was updated successfully, but these errors were encountered: