We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f46017 commit cc9ea02Copy full SHA for cc9ea02
1 file changed
runtime/plugins/PluginSlot.tsx
@@ -20,7 +20,7 @@ interface PluginSlotProps {
20
pluginProps?: {
21
[prop: string]: any,
22
},
23
- slotOptions: {
+ slotOptions?: {
24
mergeProps?: boolean,
25
26
ref?: React.ForwardedRef<unknown>
0 commit comments