I want use React js+Mobx but I'm getting an error
ERROR ./src/stores/Todo.js SyntaxError: C:\Users...example path\Todo.js: Support for the experimental syntax 'decorators-legacy' isn't currently enabled (9:5):
[enter image description here][1]
Versions "mobx": "^5.15.2", "mobx-react": "^6.1.4", "react": "^16.12.0", "react-dom": "^16.12.0",
Thanks.