DEV Community

Discussion on: Nested Ternary statements in React JSX

Collapse
 
josebrownex profile image
Jose Browne • Edited

For others running into this issue the above won't work unless it's immedietly invoked

{(() => {
  ...
})()}
Enter fullscreen mode Exit fullscreen mode