Results 36 comments of jb

Getting same issue ! The cert provided is not used by the server

Is that repository dead or still maintained ? I'm also using a client token.

@abenchi @mshwery This includes your PR + migration to babel .7 and webpack 5 https://www.npmjs.com/package/jaybe-react-loadable Cheers

@abenchi yes you can lazy load with latest version of react, though suspense is not supported in SSR mode... So for people like me who server side render their app,...

@julienben please check this out https://www.npmjs.com/package/jaybe-react-loadable And an example here https://github.com/jaybe78/loadable-example/

@julienben NP just added it https://github.com/jaybe78/react-loadable/releases/tag/5.6.0 Please add PRs to my repo if you encounter any issues. EDIT: Test suites pass PASS __tests__/test.js (6.602s) ✓ loading success (423ms) ✓ delay...

@smo043 I added your above piece of code in your [sandbox](https://codesandbox.io/s/priceless-golick-qi0we?file=/pages/index.js) but it's still not working. I must be missing something. Would you be able to look at it ?...

Hi, I got the same problem with a treeview component which does not re render scrollbar when expanding/collapsing nodes. What do you mean by ensure "that a rerender is triggered...

Any idea why I would get ``` require() of `/fileX` from `fileY` is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module"...