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
I have a problem with noction in my project, I have this error (sorry it's in french) :
Le module '"@noction/vue-bezier"' n'a aucun membre exporté 'FadeTransition'. Est-ce que vous avez voulu utiliser 'import FadeTransition from "@noction/vue-bezier"' à la place ?ts-plugin(2614)
In my case, my project is configured as "module".
In that case, normally you have to set complete path for files and in noction declaration you made this in dist/types/main.d.ts :
export*from'./components';
instead of :
export*from'./components/index.d.ts';
I have another problem with your builded declarations. All of components have an alias import line (in error) :
importtype{ComponentProps}from'@/types';
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem with noction in my project, I have this error (sorry it's in french) :
In my case, my project is configured as "module".
In that case, normally you have to set complete path for files and in noction declaration you made this in
dist/types/main.d.ts
:instead of :
I have another problem with your builded declarations. All of components have an alias import line (in error) :
The text was updated successfully, but these errors were encountered: