[๐] v2: serializes too much
Opened this issue ยท 1 comments
wmertens commented
Which component is affected?
Qwik Runtime
Describe the bug
when serializing, v2 will capture all vnodes as well as all effect functions.
- VNode tree shaking is being implemented in #6963
- Effect serde still needs to be optimized. This is what causes the "cannot serializes function, ignoring for now" messages
Reproduction
no
Steps to reproduce
No response
System Info
v2
Additional Information
No response
wmertens commented
status: mostly fixed, still some functions being serialized (and ignored)