When changing ui-library inside explorer or rofl, I noticed sometimes changes do not propagate.
yarn && yarn dev --force does not fix it. Sometimes I have to do yarn add file:./ui-library.
steps
- edit ./ui-library/src/components/ui/dialog.tsx
- expect
yarn to update node_modules/ui-library/src/components/ui/dialog.tsx, but it doesn't
maybe yarn add link:./ui-library would work better? Or some vite config