Unable to import a component from a file to another
Hi, i'm trying to get a select menu exported in a file in order to use it in another one by importing it but i get this error (i tried with buttons and i got the same thing):
When the function is in the same file i don't get the issue
The func is :
and i call it like this with the good import:
When the function buildSelectMenu is in the same file, i dont get this error
I'm using
When the function is in the same file i don't get the issue
The func is :
and i call it like this with the good import:
When the function buildSelectMenu is in the same file, i dont get this error
I'm using
Typescript 5.1.6 and djs v14.11.0