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
Now when building with vite, I see many warnings like this:
node_modules/@glideapps/glide-data-grid/dist/esm/internal/data-grid-overlay-editor/data-grid-overlay-editor-style.js (3:14): A comment
"/*#__PURE__*/"
in "node_modules/@glideapps/glide-data-grid/dist/esm/internal/data-grid-overlay-editor/data-grid-overlay-editor-style.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
node_modules/@glideapps/glide-data-grid/dist/esm/internal/data-grid-overlay-editor/data-grid-overlay-editor-style.js (4:14): A comment
"/*#__PURE__*/"
I'm on version 6.0.3
The text was updated successfully, but these errors were encountered:
I guess the reason behind this is because of how the pure annotation requires a white between itself and the following script.
In this example you can see that it should've been a space right before the styled method.
Now when building with vite, I see many warnings like this:
I'm on version 6.0.3
The text was updated successfully, but these errors were encountered: