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
Browsers you attempted to reproduce this bug on (the more the merrier): FireFox, Chrome
Does the problem persist after removing "assets/node_modules" and trying again? Yes/no: Yes
Actual behavior
This may be a niche usage since it is considered resource intensive. However, the following error is thrown when using patch modify a stream that renders nested LVs. This has previously worked on v1.0.0-rc5 and seems related to the new createHook support for CustomElement: e86c1b1
Environment
Actual behavior
This may be a niche usage since it is considered resource intensive. However, the following error is thrown when using
patch
modify a stream that renders nested LVs. This has previously worked onv1.0.0-rc5
and seems related to the newcreateHook
support for CustomElement: e86c1b1Expected behavior
We should still be able to interact with the page so no exception was thrown during the DOM patching process.
The text was updated successfully, but these errors were encountered: