This code says there's a temporary solution which can be reverted when something inside qwik is merged, which it was a long time ago:
|
/** |
|
* Temporary workaround until https://github.com/BuilderIO/qwik/pull/5013 is merged. |
|
*/ |
|
qwik: JSON.parse(JSON.stringify(props.content || {})), |
PR Referenced: QwikDev/qwik#5013