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
Right now if we import things from the src folder or somewhere else top level it could be confused with a node_modules import
Possible Solution
Use a prefix such as / for our imports from src, there are many ways to set this up for babel, typescript, eslint and all that. Feel free to hit me up if you're working on this and can't find ways to do it
The text was updated successfully, but these errors were encountered:
Problem
Right now if we import things from the src folder or somewhere else top level it could be confused with a node_modules import
Possible Solution
Use a prefix such as
/
for our imports from src, there are many ways to set this up for babel, typescript, eslint and all that. Feel free to hit me up if you're working on this and can't find ways to do itThe text was updated successfully, but these errors were encountered: