79189947

Date: 2024-11-14 18:06:47
Score: 1.5
Natty:
Report link

In my case, it happens when I return null inside the Storybook Template. It works with <></>.

Works:

if (!ready) {
    return <></>
}

Doesn't work

if (!ready) {
    return null
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yosmany Garcia