You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The serialization of the component properties (this is the case I've seen) is not generating a valid JSON. In the example I attached here, I'm getting the current html for astro-island component:
Which is throwing the following error when trying to hydrate:
What version of
astro
are you using?1.0.0-beta.21
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
yarn
What operating system are you using?
Linux
Describe the Bug
The serialization of the component properties (this is the case I've seen) is not generating a valid JSON. In the example I attached here, I'm getting the current html for
astro-island
component:Which is throwing the following error when trying to hydrate:
Link to Minimal Reproducible Example
https://codesandbox.io/s/admiring-bird-mgf1yx?file=/src/pages/index.astro
Participation
The text was updated successfully, but these errors were encountered: