Hey there! 👋🏻
It seems like this PR might have broken the SSR of a component with the latest release 2.0.1. I'm encountering the following error during SSR rendering:
The error traces back to this line in the source: node_modules/@inertiajs/core/src/eventHandler.ts:21:16
I attempted to debug the issue locally and tried a monkey patch, but the published code is minified, making it difficult to modify or apply any meaningful changes directly.
Would it be possible to investigate this further or publish a non-minified version for easier debugging?
Thank you for your help!