Closed electricBonfire closed 1 year ago
Turns out this is a versioning issue. My dependencies are:
"dependencies": {
"axios": "^0.18.0",
"custom-react-scripts": "^0.2.2",
"expect": "^23.0.0-alpha.0",
"mobx": "^4.1.0",
"mobx-react": "^5.0.0",
"mobx-react-form": "^1.32.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"validatorjs": "^3.14.2"
},
I updated to the following versions and I do not get the error:
"dependencies": {
"axios": "^0.18.0",
"custom-react-scripts": "^0.2.2",
"expect": "^23.0.0-alpha.0",
"mobx": "^3.3.1",
"mobx-react": "^4.3.3",
"mobx-react-form": "^1.32.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"validatorjs": "^3.13.5"
}
I am trying to get started with mobx-react-forms but am running into an error:
Here is my code: