I have this code :
import { CheckboxTree } from 'react-checkbox-tree';
The build successfully done. But in browser I get : Uncaught TypeError: Super expression must either be null or a function
Uncaught TypeError: Super expression must either be null or a function
If I remove the import, the app is working fine.
Can you help me please ? Thx in advance.
1.4m articles
1.4m replys
5 comments
57.0k users