We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4537f78 commit efa5a20Copy full SHA for efa5a20
packages/node_modules/overmind/src/index.ts
@@ -186,7 +186,7 @@ export class Overmind<Config extends Configuration> implements BaseApp {
186
}
187
if (value[IS_PROXY]) {
188
return scopedTree.scope(value)
189
- } else if (typeof value === 'object') {
+ } else if (isPlainObject(value)) {
190
return Object.assign(
191
{},
192
...Object.keys(value).map((key) => ({
0 commit comments