li.li
li.li
[ERROR] [plugin vite:dep-pre-bundle] Detected inconsistent metadata for the path "node_modules/react/index.js" when it was imported here: node_modules/react/cjs/react-jsx-dev-runtime.development.js:16:20: 16 │ var React = require('react'); ╵ ~~~~~~~ The original metadata for that path...
cause ngTouch module's ngClick directive using touch event to trigger click event. and disabled element can trigger touch event. so this won't work. I can send a PR to fix...
[timeupdate event](https://developer.mozilla.org/en-US/docs/Web/Events/timeupdate) > The **timeupdate** event is fired when the time indicated by the currentTime attribute has been updated.
the `Loading` never end, I can visit `stats.nba.com`,
fix #307
### Reproduce Code ```jsx import 'windi.css' ``` ### Error message `Error: Cannot find module 'windi.css'` `windi.css` is a virtual module, the function that causes the error is https://github.com/gajus/babel-plugin-react-css-modules/blob/eb008aaa7c8efc61c266f15b03c101cbb111a53e/src/index.js#L127 and it...