flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Update next-js.md: lib directory doesn't exist in node_modules/flowbi…

Open grelaxus opened this issue 1 year ago • 1 comments

./node_modules/flowbite-react/lib//*.js doesn't exist because there is no 'lib' dir in node_modules/flowbite-react the correct one would be ./node_modules/flowbite-react//*.js

grelaxus avatar Jul 02 '24 23:07 grelaxus

This is actually incorrect due to the fact that is going to scan all files within, including node_modules.

Check correct implementation here.

SutuSebastian avatar Jul 07 '24 13:07 SutuSebastian

Fixed by #956.

SutuSebastian avatar Sep 02 '24 12:09 SutuSebastian