react-checkbox-tree icon indicating copy to clipboard operation
react-checkbox-tree copied to clipboard

Unable to compile in React v19.1.0

Open sagarreddy-gfk opened this issue 5 months ago • 0 comments

Below error is coming:

Failed to compile.

TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 17 | }: CheckedTreeProps): JSX.Element => { 18 | return (

19 | <CheckboxTree | ^^^^^^^^^^^^ 20 | nodes={nodes} 21 | checked={checked} 22 | expanded={expanded}

sagarreddy-gfk avatar Jun 12 '25 10:06 sagarreddy-gfk