So I have endlessly searched the web to fix this issue.
"support for the experimental \'jsx\' isn\'t currently enabled... Add @babel/preset-react to the \'pr
Creating a babel.config.js with this script solve my issue
module.exports = { presets:[ "@babel/preset-env", "@babel/preset-react" ] }