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 rendering a react-wrapper component (e.g. <fab-default-button>) as a render prop in another react component, the inner component is not re-rendered on changes.
bengry
changed the title
React-wrapped components inside inside ng-template don't re-render on changes
React-wrapped components inside ng-template don't re-render on changes
Oct 19, 2018
When rendering a react-wrapper component (e.g.
<fab-default-button>
) as a render prop in another react component, the inner component is not re-rendered on changes.More comprehensive example:
When clicking the button, the text is not changed.
The text was updated successfully, but these errors were encountered: