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
Change the global-stylesheet name to global-style across all flavours. In certain flavours we are having the name of pages and global styles as same. This is creating a clash for the imports. Here is a example to reproduce it https://codesandbox.io/s/d039b?file=/src/routes/home/index.js
Since we save the dependencies from plugins using a Record<string, UIDLDependency>. When the file names are same and still paths are different, while saving with the DS we do using file name alone and not path. So the dependencies are joining even paths are different.
Change the global-stylesheet name to
global-style
across all flavours. In certain flavours we are having the name of pages and global styles as same. This is creating a clash for the imports. Here is a example to reproduce ithttps://codesandbox.io/s/d039b?file=/src/routes/home/index.js
Since we save the dependencies from plugins using a
Record<string, UIDLDependency>
. When the file names are same and still paths are different, while saving with the DS we do using file name alone and not path. So the dependencies are joining even paths are different.Expected
Current behaviour
The text was updated successfully, but these errors were encountered: