Line 77: return <div>{content}</div>; This causes css problems. Can this be replaced with return <>{content}</> ?
Line 77:
return
This causes css problems.
Can this be replaced with
return <>{content}</>
?