Results 1 comments of Razvan

Same when using Vite: Column visibility not working: ```js // in vite.config.ts react({ babel: { plugins: ['babel-plugin-react-compiler'], }, }), ``` Column visibility working: ```js // in vite.config.ts react() ``` Another...