walkerkd

Results 4 issues of walkerkd

I am attempting to use a plugin for the 1st time (having seen a recent reference to the [bgio-effects](https://www.npmjs.com/package/bgio-effects) plugin) ... it looks just like something I really want to...

bug
good first issue

If you use a plugin such as the `bgio-effects` plugin then the `TurnOrder` definitions are not compatible when using Typescript. So a turn description which includes: ``` turn: { order:...

The client board props documentation at https://boardgame.io/documentation/#/api/Client documents isConnected: true if connection to the server is active. However this appears to be missing in v0.52.2 I suspect that this declaration...

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...