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
@marionettejs/marionette-core this is an actual issue for auto-region next feature and I dont know if this issue should be address today by Marionette or just document as good practice to user like "Always reset your region.el after view render" or just fix solely for and in next region.
Description
Kind of tricky but this is the use case:
showChildView
on each viewonRender
=> fail because region.el does not exists anymoreExpected behavior
Region el should be cleaned on reset if the reset is after a view render aka el do not exists in the DOM anymore
Actual behavior
Region el is kept, which lead to error on consecutive render
The text was updated successfully, but these errors were encountered: