tree-select
tree-select copied to clipboard
index.css not found
trafficstars
I have tried with codesandbox. But I am getting this error in css file. Could not find module in path: 'rc-tree-select/assets/index.css' relative to '/src/App.js'
You can see my example here. https://codesandbox.io/s/dropdown-dis58m?file=/src/App.js
mistakenly posted
rc-tree-select/assets/index.css removed from v3, use import 'rc-tree-select/assets/index.less'; instead
importing index.less not works for me, is it better to export pure css instead of less file?