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
In was working when i comment a code and see this error
Then i start to test possible ways of reproduce the bug
Notes:
1.using <>{null}</> dont give the error
2.using <>{undefined}</> give the error
React version: 18.2.0
Steps To Reproduce
1.import { Fragment } from "react";
export default async function Companies() {
return (
{/* Or => <></>*/}
);
}
2.Start the localHost (dev server, etc)
The current behavior
The expected behavior
The text was updated successfully, but these errors were encountered:
In was working when i comment a code and see this error
Then i start to test possible ways of reproduce the bug
Notes:
1.using <>{null}</> dont give the error
2.using <>{undefined}</> give the error
React version: 18.2.0
Steps To Reproduce
1.import { Fragment } from "react";
export default async function Companies() {
return (
{/* Or => <></>*/}
);
}
2.Start the localHost (dev server, etc)
The current behavior
The expected behavior
The text was updated successfully, but these errors were encountered: