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
vara=()=><Error>{name: "foo",message: "bar"};/* OR */vara=()=>(<Error>{name: "foo",message: "bar"});// I think parentheses should be required here// Both give same compilation results anyway