Skip to content

Commit

Permalink
fix: fix missing prop in plate store
Browse files Browse the repository at this point in the history
  • Loading branch information
yf-yang committed Jul 10, 2024
1 parent 01213c8 commit 5f85b08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/client/stores/plate/createPlateStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export const createPlateStore = <
id,
isMounted = false,
onChange = null,
onSelectionChange = null,
onValueChange = null,
plugins = [],
primary = true,
rawPlugins = [],
Expand All @@ -56,6 +58,8 @@ export const createPlateStore = <
id,
isMounted,
onChange,
onSelectionChange,
onValueChange,
plugins,
primary,
rawPlugins,
Expand Down

0 comments on commit 5f85b08

Please sign in to comment.