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
Right now, we only permit props$, componentDidRender() (custom method), and componentWillUnmount(). Investigate how to forward any lifecycle method to the component, for the most freedom for the developer.
The text was updated successfully, but these errors were encountered:
csbasham commented on Apr 30, 2018
Right now, we only permit
props$
,componentDidRender()
(custom method), andcomponentWillUnmount()
. Investigate how to forward any lifecycle method to the component, for the most freedom for the developer.The text was updated successfully, but these errors were encountered: