I'm not sure if this is a bug or a documentation request...
In the capturing lexical scope page in the tutorial, largeData is always serialized into the script type="qwik/json", even when the jsx doesn't reference the store directly.
Is this a regression? Or something in the docs which needs to be updated?
Suggestion
I'm not sure if this is a bug or a documentation request... In the capturing lexical scope page in the tutorial, largeData is always serialized into the
script type="qwik/json"
, even when the jsx doesn't reference the store directly.Is this a regression? Or something in the docs which needs to be updated?