© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Tayo Ishola
Great article
I think you should update jsx key of tsconfig.json to
jsx
"jsx": "react-jsx"
to prevent typescript errors like
'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.
Cathal Mac Donnacha
Follow me on my journey as I write about tech topics I face in my everyday life as a Frontend Developer 💻
Updated, thank you for that. 🙏