We're currently pinned to old versions of React which causes problems for projects trying to upgrade their React versions:
"peerDependencies": {
"react": "~15.0.0 || ^16.0.0",
"react-dom": "~15.0.0 || ^16.0.0"
}
We should evaluate if we can add newer versions of React to this list. Ideally without upgrading other dependencies, but we can do that too if necessary.
We're currently pinned to old versions of React which causes problems for projects trying to upgrade their React versions:
We should evaluate if we can add newer versions of React to this list. Ideally without upgrading other dependencies, but we can do that too if necessary.