We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
##Code that causes an error
import 'react-data-grid/lib/styles.css';
react-data-grid
react
react-dom
import 'react-data-grid/lib/styles.scss';
import { defineConfig } from 'vite' import React from '@vitejs/plugin-react-swc' import path from 'path' export default defineConfig({ css: { preprocessorOptions: { scss: { api: 'modern-compiler' }, }, }, })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As you know, in Windows 8, the version of Chrome (and Edge) is not updated above version 109.
To Reproduce
##Code that causes an error
Environment
react-data-grid
version: "react-data-grid": "7.0.0-beta.46" and "react-data-grid": "7.0.0-beta.47".react
/react-dom
version: "react": "^19.0.0", "react-dom": "^19.0.0".The solution I propose to make everything work perfectly in Chrome v109:
The text was updated successfully, but these errors were encountered: