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
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:
builder/packages/sdks/src/components/content/content.lite.tsx
Lines 83 to 86 in 220b988
PR Referenced: QwikDev/qwik#5013