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
We have two apps, one hosted inside the other one. Each app has its own build and its own packages, including each their references to fast-element package. In our scenarios, we use the splice() method extensively to update arrays but when doing so, the splices are applied twice, resulting in unexpected results (e.g. removing 2 elements instead of 1).
💻 Repro or Code Sample
🤔 Expected Behavior
😯 Current Behavior
💁 Possible Solution
🔦 Context
🌍 Your Environment
OS & Device: Windows 11 PC
Browser Microsoft Edge
Version
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
We have two apps, one hosted inside the other one. Each app has its own build and its own packages, including each their references to fast-element package. In our scenarios, we use the splice() method extensively to update arrays but when doing so, the splices are applied twice, resulting in unexpected results (e.g. removing 2 elements instead of 1).
💻 Repro or Code Sample
🤔 Expected Behavior
😯 Current Behavior
💁 Possible Solution
🔦 Context
🌍 Your Environment
The text was updated successfully, but these errors were encountered: