Currently there is the following dependency in the project.json file:
"peerDependencies": {
"boardgame.io": ">=0.42.0",
"react": "^16 || ^17"
},
However boardgame.io now works with react version 18 since the 0.50.1.
Is there any reason why this dependency could not be updated to include react 18?