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
For data in template <template is="temp" data="{{{ ...obj }}}" />, when value in obj changes from non-undefined to undefined, it doesn't work unless you specify its field like <template is="temp" data="{{{ ...obj, value: obj.value }}}" />.
Description
For data in template
<template is="temp" data="{{{ ...obj }}}" />
, when value inobj
changes from non-undefined to undefined, it doesn't work unless you specify its field like<template is="temp" data="{{{ ...obj, value: obj.value }}}" />
.Reproduct link
swanide://fragment/c44d02fd72c5c1f011dccf3f91ef089e1669272840476
Reproduct steps
Open the link on Baidu dev tool, and click the button on page to see UI changes.
Impact
Some fields may fails to update during page rerendering.
Screen.Recording.2022-11-24.at.14.57.12.mp4
Temporary solution
We have to specify the field manually.
goji-js/packages/webpack-plugin/src/templates/components/item.wxml.ts
Lines 13 to 15 in 8542d99
Platforms
The text was updated successfully, but these errors were encountered: