Results 40 comments of Josh Story

>Would it be better to warn when rendering \ without a \ child In the short term that may be a better route to go in. Longer term there are...

It will probably be user controllable but yes there will be a way to flush \ before the shell is ready so we can emit preload and preinit links. In...

@agrcrobles I'll look for the PR Please note however that this lib is subject to the same limitations of context that say react-router is where a connected component can easily...

~@ariesclark this should be fixed in the latest release. Are you still seeing the issue?~ will be fixed after: https://github.com/vercel/next.js/pull/42639

@ijjk @huozhi seems like ci is blocked? anything i can do here?

Closing in lieu of HostSingletons making this not necessary

@timneutkens @shuding I think the issue is the href has a ts query param which makes the style keys unique and thus a second fetch happens. I'm curious if that...

I've repro'd, It's a bug in React's StrictMode behavior in Dev. Will fix upstream

@ClemannD There is a typo in the documentation that suggest `generateStaticParams` receives a params argument. It actually recieves an object with a params property. https://github.com/ClemannD/next-13-test-repo/blob/main/app/%5BcategorySlug%5D/%5BproductId%5D/page.tsx#L10 this should be ``` export...