Tom McLaughlin
                                            Tom McLaughlin
                                        
                                    Hmm, I tried switching to `importedComponent` and got it to hydrate without any warnings. I just pushed those commits. Is there any reason to prefer the `lazy` API over the...
> Probably the problem is not with whenComponentsReady but with a list of components, the one generated via CLI command, you have to import first, and then await for. I...
(In particular, I notice that the example at `react-imported-component/examples/SSR/parcel-react-ssr` only imports `imported-chunk.js` within `app/main.js` and `app/client.js`. I mostly based my app on this example so mine works the same way.)...
Ah, that helped, thanks! Dev mode helped me find 2 different NPM dependencies that don't seem to behave well in SSR. I'll have to dig into why that is separately....
@zabirauf thanks -- if this is the solution, how about updating the build script in this repo to do it this way? It seems like lots of people are being...
@SylvainCorlay friendly ping, I'd still like to get this merged if possible
@SylvainCorlay trying again in 2022 :)
No worries, it seems I'm using all your packages haha. Yes, the `failureReportPaths` is what I'm interested in.
Sure, that works! It's not super urgent. One other suggestion: it would be nice to add some more comments to the Haddocks on the `Config` [constructor](https://hackage.haskell.org/package/hspec-core-2.4.8/docs/Test-Hspec-Core-Runner.html#t:Config), since there's some useful...
I just made a pair of PRs for 3.11 and 3.12 support. They're not really adequately tested yet but hopefully this is a step in the right direction.