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
When testing component in integration test, willDestroyElement() is called but didInsertElement() is not called. I would like to call didInsertElement() manually since some component use willDestoryElement() to clean up stuff called in didInsertElement(). However since the component object created is not exposed in integration test. I cannot call it manually. It would be nice if the component instance is exposed or didInsertElement() is called after render() hook
The text was updated successfully, but these errors were encountered:
When testing component in integration test, willDestroyElement() is called but didInsertElement() is not called. I would like to call didInsertElement() manually since some component use willDestoryElement() to clean up stuff called in didInsertElement(). However since the component object created is not exposed in integration test. I cannot call it manually. It would be nice if the component instance is exposed or didInsertElement() is called after render() hook
The text was updated successfully, but these errors were encountered: