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
Trying to include material-react-table as a dependency
On compilation I get:
Failed to inspect file
***/node_modules/@tanstack/match-sorter-utils/build/lib/remove-accents.js
it was required from
***/node_modules/@tanstack/match-sorter-utils/build/lib/index.js
Errors encountered while trying to parse file
***/node_modules/@tanstack/match-sorter-utils/build/lib/remove-accents.js
{:line 131, :column 3, :message "Character '̆' (U+0306) is not a valid identifier start char"}
Any way to circumvent that?
Thank you,
The text was updated successfully, but these errors were encountered:
in all fairness I just commented out the dictionary of accented letters in remove-accents.js and it did the trick. Curious why this is happening, but I'm sorted.
Possibly linked to #941
Trying to include
material-react-table
as a dependencyOn compilation I get:
Any way to circumvent that?
Thank you,
The text was updated successfully, but these errors were encountered: