santicalvo

Results 8 comments of santicalvo

Started today, firefox 94 on debian

It has "magically" started to work again... Let's see if it continues working...

Hello, I would also like to get rid of the warning. Is there any way to do it? Thanks

Hello, I see there is a _next release_ tag on this issue. Is there a roadmap or a release date scheduled? Any branch for development? Thanks a lot for this...

Hi @HebleV can you expand a little in the solution?

I have found a **very hacky and ugly** solution... It would be nice to know the proper way to do this. Let's assume we import a component (with classes) called...

Hello @theKashey, I mock `@loadable/component` because I need to mock lazy. Also, I have loadable babel plugin, injected with `react-app-rewired`, but not working with jest. How should it work with...

> You cannot mock loadable, as you need "something" to transform import into require to make your code "sync". Or you might not want that and keep stuff dynamic. If...