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'm noticing a maintenance issue with importing relative paths that go up two or more levels, for example: import Button from '../../elements/button.js'.
How are other developers solving this issue? Would it be possible to base the path on the src directory?
The text was updated successfully, but these errors were encountered:
I'm noticing a maintenance issue with importing relative paths that go up two or more levels, for example: import Button from '../../elements/button.js'.
How are other developers solving this issue? Would it be possible to base the path on the src directory?
The text was updated successfully, but these errors were encountered: