Closed vincenzopalazzo closed 3 years ago
alpha.23 fixed this
I still got this error v0.3.0-beta.10 using Material-ui.
@c0per try to remove the cache with command aleph dev -r
@c0per try to remove the cache with command
aleph dev -r
I tried that. It didn't work. But I did make it work by https://github.com/alephjs/aleph.js/issues/75#issuecomment-913130086.
Is it still because "two reacts" pulled when importing material-ui? The deps option in esm.sh seems to solve that problem.
With the last version of the library https://github.com/alephjs/aleph.js/releases/tag/v0.3.0-alpha.22 i receive the following error
I import some dependences that use react but before it works with this dependence, it is possible to avoid bundling different versions of react.js? For example, bundle only the version that this library required?