react-component / tree-select

React Tree Select
https://tree-select.react-component.now.sh/
MIT License
292 stars 191 forks source link

index.css not found #431

Open niku2021 opened 1 year ago

niku2021 commented 1 year ago

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

niku2021 commented 1 year ago

mistakenly posted

milhlhat commented 5 months ago

rc-tree-select/assets/index.css removed from v3, use import 'rc-tree-select/assets/index.less'; instead

rezasohrabi commented 5 months ago

importing index.less not works for me, is it better to export pure css instead of less file?