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
…'t be initialized properly, this breaks the ability to manually call detached() lifecycle methods on the component for the time-being however
Fixes#11
…'t be initialized properly, this breaks the ability to manually call detached() lifecycle methods on the component for the time-being however (#12)
Fixes#11
The problem
After completing/merging a fix for #9, any components I had that were @containerless no longer rendered correctly.
I know that removing the manual attached()/bind() was the correct thing so I need to investigate other solutions.
For example, maybe instead of doing "compile" on the view beforehand, I can just do "enhance" and be done with it.
The text was updated successfully, but these errors were encountered: