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
Using create react app with react scripts v5.0.1 leads to a css lexer problem.
Using unset is not permitted on css calculations see Formal Syntax
Minimal, Reproducible Example - (Optional, but Recommended)
$ react-app-rewired build
Creating an optimized production build...
Compiled with warnings.
static/css/main.ee4a7c60.css from Css Minimizer plugin
postcss-calc: ***/css/main.ee4a7c60.css:8449:3: Lexical error on line 1: Unrecognized text.
Erroneous area:
1: unset * 1px - 1px
^..^
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
None
Terms
I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
The text was updated successfully, but these errors were encountered:
desytech
added a commit
to desytech/mantine-react-table
that referenced
this issue
Nov 29, 2024
mantine-react-table version
2.0.0-beta.7
react & react-dom versions
18.1.0
Describe the bug and the steps to reproduce it
Using create react app with react scripts v5.0.1 leads to a css lexer problem.
Using
unset
is not permitted on css calculations see Formal SyntaxMinimal, Reproducible Example - (Optional, but Recommended)
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
None
Terms
The text was updated successfully, but these errors were encountered: