-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not provided named default #342
Comments
@atinux Since you had the same issue on nuxt tailwind, I was wondering if you could point me in the right direction as I couldn't find any commits that fixed this issue. |
I guess @ineshbose could help |
Having the same issue |
@farzadso I tried to investigate this issue (coming from client plugin) but can't say for fix. Do you know what exact issue you are referring to from the Tailwind module? (I am unable to recall) |
@ineshbose The only relevant discussion I found was this : nuxt/nuxt#13247 Hope it rings some bells. |
Oh this was because we weren't bundling a dependency with the module (was added to |
Yeah, I went through the commits and didn't find anything related. Much appreciated. |
@farzadso any luck with this issue - we'd love to try working with Logrocket but cannot seem to get past this issue. |
Do you think this issue could be related? |
@Me-Phew I upgrade nuxt to 3.6.5 and the issue still exists. |
@farzadso would we be able to add logrocket to imports like so: addImports({
name: 'default',
as: 'logRocket',
from: 'logrocket'
}) and then in the plugin use: import { logRocket } from '#imports' I tried it on the repo playground but probably not testing properly. |
@ineshbose Can you give me a link to your playground please? |
Closed the tab... it was just the repo opened on Stackblitz with the above change! |
@ineshbose Even adding your proposed changes doesn't fix it. You can see the changes on |
I followed the guide exactly from here https://nuxt.com/modules/logrocket
my node version is : 16.20.0
my nuxt version is 3.3.1
my nuxt-logrocket version is 2.0.6
nuxt.config.ts
In my browser, i get the following error
The text was updated successfully, but these errors were encountered: