`style` prop expects a mapping from style properties to values
Error:
Uncaught Error: The style prop expects a mapping from style properties to values, not a string. For example,
style={{marginRight: spacing + 'em'}} when using JSX.
solution:
Check for className by mistake we add styles instead of className th...
rkumar1904.hashnode.dev1 min read