tree-select icon indicating copy to clipboard operation
tree-select copied to clipboard

index.css not found

Open niku2021 opened this issue 2 years ago • 3 comments
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

niku2021 avatar Jun 07 '23 05:06 niku2021

mistakenly posted

niku2021 avatar Jun 07 '23 05:06 niku2021

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

milhlhat avatar May 06 '24 01:05 milhlhat

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

rezasohrabi avatar May 25 '24 11:05 rezasohrabi