Martin Kirilov
Martin Kirilov
| Q | A | ------------- | --- | Branch? | main | Tickets | - | License | MIT | Doc PR | - PR just for ease of...
Hey, We've been experiencing the following issue: `array_key_exists(): Argument #2 ($array) must be of type array, null given` It seems that for whatever reason, the server on the other end...
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'join') at FuzzySearch._searchIndex (FuzzySearch.min.js:1539:39) at FuzzySearch.search (FuzzySearch.min.js:1394:35) Data at hand when it goes KABOOM below Unfortunately, I have no clue...
TL;DR async components with lazy hydration break when interacted with very quickly after hydration The `getContainerType` function does not accept null, however in `packages/runtime-core/src/hydration.ts:281` the following code `const container =...