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
Hi, I am using this package with ReactUnity, I am depending on: "@reactunity/material": "^0.18.1",
and after yarn start
I see the message about the dev server blinks in the console, but then quickly disappears and is "overriden" by lots of some js api deprecation warnings like those:
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
Deprecation Warning on line 0, column 8 of file:///Users/rafal/Projects/LTBL/ltbl-unity-two/react/node_modules/@reactunity/material/dist/src/alert/index.module.scss:0:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
0 | @import "../styles/variables";
../../node_modules/@reactunity/material/dist/src/alert/index.module.scss 1:9 root stylesheet
Deprecation Warning on line 0, column 8 of file:///Users/rafal/Projects/LTBL/ltbl-unity-two/react/node_modules/@reactunity/material/dist/src/styles/common/dialog.scss:0:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
0 | @import "..";
../../node_modules/@reactunity/material/dist/src/styles/common/dialog.scss 1:9 @import
../../node_modules/@reactunity/material/dist/src/alert/index.module.scss 2:9 root stylesheet
Deprecation Warning on line 0, column 8 of file:///Users/rafal/Projects/LTBL/ltbl-unity-two/react/node_modules/@reactunity/material/dist/src/styles/index.scss:0:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
In the other react package (used with ReactUnity) where I am not referencing the material package my console looks much cleaner after yarn start
it looks like this
Compiled successfully!
You can now view @react/debug-ui in the browser.
Local: http://localhost:3001
On Your Network: http://192.168.43.237:3001
Note that the development build is not optimized.
To create a production build, use npm run build.
webpack compiled successfully
Files successfully emitted, waiting for typecheck results...
Issues checking in progress...
No issues found.
Is it possible the make the warnings not overwrite the initial message about the dev server ? Because when warnings happen its possible to miss the opportunity to use the previewer dev server
Is is possible to update the material package to not produce those warnings?
With some initial guidance I think I could try fixing both problems and making PR
Thanks again for this great lib :)
The text was updated successfully, but these errors were encountered:
Hi, I am using this package with ReactUnity, I am depending on:
"@reactunity/material": "^0.18.1",
and after
yarn start
I see the message about the dev server blinks in the console, but then quickly disappears and is "overriden" by lots of some js api deprecation warnings like those:
In the other react package (used with ReactUnity) where I am not referencing the material package my console looks much cleaner after
yarn start
it looks like this
With some initial guidance I think I could try fixing both problems and making PR
Thanks again for this great lib :)
The text was updated successfully, but these errors were encountered: