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
UI & Logic (whole component) should be lazy loaded and only when the tab is visited and not at the first mount of the tabs.
Actual behavior
UI is being rendered correctly (lazy is being applied) Logic such as effects & dispatchers are being executed instantly even when the tab is not yet visited.
Description
Related to
Steps to reproduce
Use lazy attribute on TabController.TabPage :
Expected behavior
UI & Logic (whole component) should be lazy loaded and only when the tab is visited and not at the first mount of the tabs.
Actual behavior
UI is being rendered correctly (lazy is being applied) Logic such as effects & dispatchers are being executed instantly even when the tab is not yet visited.
More Info
Code snippet
Screenshots/Video
Environment
Affected platforms
The text was updated successfully, but these errors were encountered: