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 importing an Action or a Query (from @wasp), the IDE does not recognize their type.
If I change the default import into a named import, it does recognize it.
We should explore why this happens and probably change all our default exports into named exports (in both the code and the docs).
The detailed explanation is given in #546. Using default exports wasn't too big of a deal so far, but since it's now began causing noticeable problems with IDE support, we should definitely do something about them.
The text was updated successfully, but these errors were encountered:
When importing an Action or a Query (from
@wasp
), the IDE does not recognize their type.If I change the default import into a named import, it does recognize it.
We should explore why this happens and probably change all our default exports into named exports (in both the code and the docs).
The detailed explanation is given in #546. Using default exports wasn't too big of a deal so far, but since it's now began causing noticeable problems with IDE support, we should definitely do something about them.
The text was updated successfully, but these errors were encountered: