react-component / util

Common Utils For React Component
util.vercel.app
MIT License
623 stars 178 forks source link

vite/rc-util@5.37.0: error message occurred does not provide an export named 'isFragment' #461

Closed conero closed 8 months ago

conero commented 1 year ago

vite@4.4.9: rc-util import react-is occurred

Uncaught SyntaxError: The requested module '/node_modules/react-is/index.js?v=fba0bf76' does not provide an export named 'isFragment' (at ref.js?v=fba0bf76:5:10)

image

image

conero commented 1 year ago

It's work when change config file vite.config.ts like:

export default defineConfig({
  optimizeDeps: {
    include: ['shallowequal', 'react-is'],
  }
}
Zexoius commented 8 months ago

occurred the same issue, but the solution does't work for me, i will reply this until solve this question.