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
This compiles to the following with no error message:
JsxRuntime.jsx(myfunc,{foo: "bar"}),
This compiled in v11 to the following. In my opinion this should be still the correct result. (I am not aware of @as being deprecated in external react components, but if so then an error would be appropriate)