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
Store is transferred correctly rerendering a component
Rerender targetComponent + server action should work (now is not working well)
Solve action dependencies after re-render for currentComponent(at each interaction the dependencies are now growing, making that after many interactions everything goes very slow)
It puts empty data-actions, it should not.
It should replace only the new ones with the new cids.
It should keep the ones that come from above to not break other actions.
After all this:
Verify that it transmits well to the store.
Verify that if the component changes the content for another one and then returns to the previous one, the old action still works fine.
Verify component with suspense
Verify component with async generator
Verify importing elements or element generators from different files
Verify very nested actions (4-5 levels) and is working the rerenderInAction (currentComponent | targetComponent | page) and navigation in each level
The text was updated successfully, but these errors were encountered:
Related to #73
Detected problems:
currentComponent
(at each interaction the dependencies are now growing, making that after many interactions everything goes very slow)After all this:
rerenderInAction
(currentComponent
|targetComponent
|page
) andnavigation
in each levelThe text was updated successfully, but these errors were encountered: