16

3 hours debugging on React server rendering....

The problem is I use class=“app” instead of id=“app”

Hahahahaha 🙄

Comments
  • 3
    For those curious about how it happened.

    The React component already covered to string from the server and injected before initial render.

    So I wouldn’t know if the React part works or not.

    And after all sort of transformations, it prints no error 🤦‍♂️
Add Comment