After reading the readme, one can expect that yarn && yarn build && yarn start will spin a react demo project that accurately reflects the local changes. It appears however that projectRoot/node_modules/@brightlayer-ui/icons-mui is not linked to packages/mui/dist.
Screenshots / Screen recording
Here's what my project tree looks like after yarn && yarn build && yarn start:
Describe the bug / expected behavior
After reading the readme, one can expect that
yarn && yarn build && yarn start
will spin a react demo project that accurately reflects the local changes. It appears however thatprojectRoot/node_modules/@brightlayer-ui/icons-mui
is not linked topackages/mui/dist
.Screenshots / Screen recording
Here's what my project tree looks like after
yarn && yarn build && yarn start
: