errors
This commit is contained in:
@@ -202,7 +202,7 @@ export const liveTable = <
|
||||
|
||||
const gameImpl = gameConfig
|
||||
.filter((cfg) => cfg.game in GAMES)
|
||||
.map((config) => GAMES[config.game as GameKey](config))
|
||||
.map((config) => GAMES[config.game as GameKey].impl(config))
|
||||
.toProperty();
|
||||
|
||||
const withGame = <T>(obs: Observable<T, any>) =>
|
||||
@@ -226,7 +226,7 @@ export const liveTable = <
|
||||
prev,
|
||||
[{ action, humanKey }, game]: [
|
||||
Attributed & { action: GameAction },
|
||||
Game
|
||||
ReturnType<Game["impl"]>
|
||||
]
|
||||
) =>
|
||||
prev &&
|
||||
|
||||
Reference in New Issue
Block a user