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
it was fine before version 1.15.0 with the config flag unstable_cssSideEffectImports
Actual Behavior
there are too many warnings at build time says i forgot to install the library, which is not true, cause the code works fine.
The path "@douyinfe/semi-foundation/lib/es/modal/modal.css?__remix_sideEffect__" is imported in but "@douyinfe/semi-foundation/lib/es/modal/modal.css?__remix_sideEffect__" was not found in your node_modules. Did you forget to install it?
The path "@douyinfe/semi-foundation/lib/es/steps/steps.css?__remix_sideEffect__" is imported in but "@douyinfe/semi-foundation/lib/es/steps/steps.css?__remix_sideEffect__" was not found in your node_modules. Did you forget to install it?
The path "@douyinfe/semi-foundation/lib/es/timeline/timeline.css?__remix_sideEffect__" is imported in but "@douyinfe/semi-foundation/lib/es/timeline/timeline.css?__remix_sideEffect__" was not found in your node_modules. Did you forget to install it?
The path "@douyinfe/semi-foundation/lib/es/image/image.css?__remix_sideEffect__" is imported in but "@douyinfe/semi-foundation/lib/es/image/image.css?__remix_sideEffect__" was not found in your node_modules. Did you forget to install it?
... etc
The text was updated successfully, but these errors were encountered:
We just published version v0.0.0-nightly-70cc627-20230602 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!
We just published version 1.17.0-pre.0 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!
What version of Remix are you using?
1.16.1
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
I'm using a ui library called semi-ui (https://github.com/DouyinFE/semi-design)
here is my
remix.config.js
:Expected Behavior
Expect no warnings.
it was fine before version 1.15.0 with the config flag
unstable_cssSideEffectImports
Actual Behavior
there are too many warnings at build time says i forgot to install the library, which is not true, cause the code works fine.
... etc
The text was updated successfully, but these errors were encountered: