I expect the bit client to not report any issues on the component that contains dynamic import statements.
Bit client says there are issues with the component.
missing packages dependencies (use your package manager to make sure all package dependencies are installed):
src/react/private/ComponentDetailPage/ComponentDetailPage.js -> undefined
<LazyLoadModule
resolve={() => import(`../../${path}/${props.name}/${props.name}.demo.js`)}
/>
bit status, you should see an error now@manuel-minniti Thanks for reporting this.
This is a bug and we are looking into it right now.
I'll post an update with my findings.
Reopening the ticket. Will be closed once the fix is released.
The PR is merged into master.
v14.1.0 has been released with the fix :)