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
I use react with webpack. When I use a variable in my component like {props.children} instead of this.props.children the component fail silently. No errors is shown.