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
Importing Shave failed. Getting Shave does not have an export named default.
I am using a Shave 5.0.4 In My Nuxt 3.15.1 Project. However, Whenever I try importing shave using the method recommended in the documentation as follows: import shave from 'shave'. I get the error: node_modules/shave/dist/shave.js does not provide an export named 'default'. However, If I import the file by doing: import shave from 'shave/src/shave.ts', the code then works.
It would be really great if we could import shave the same way it is mentioned in the docs. I await your timely response.
Kind Regards
Read about references issues here. Provide paragraph text responses to each header.
The text was updated successfully, but these errors were encountered:
Importing Shave failed. Getting Shave does not have an export named default.
I am using a Shave 5.0.4 In My Nuxt 3.15.1 Project. However, Whenever I try importing shave using the method recommended in the documentation as follows:
import shave from 'shave'
. I get the error:node_modules/shave/dist/shave.js does not provide an export named 'default'
. However, If I import the file by doing:import shave from 'shave/src/shave.ts'
, the code then works.It would be really great if we could import shave the same way it is mentioned in the docs. I await your timely response.
Kind Regards
The text was updated successfully, but these errors were encountered: