79100599

Date: 2024-10-18 05:13:29
Score: 0.5
Natty:
Report link

I ran into this bug, but I didn't need to update the babel dependencies, I just added this to the babel.config.js:

env: { 
    development: {
        plugins: [['@babel/plugin-transform-react-jsx', { runtime: 'classic' }]],
    },
},
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ibrust