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
The resolve method should be given the filename that triggered the resolve, this is necessary especially for nested imports where the file could be located somewhere else.
MenuItem.module.css succeeds in resolving Button.module.css, but because the resolve method isn't passed when parsing the source, it fails when trying to resolve its dependencies.
The resolve method should be given the filename that triggered the resolve, this is necessary especially for nested imports where the file could be located somewhere else.
The text was updated successfully, but these errors were encountered: