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 39c9871 commit 838dc42Copy full SHA for 838dc42
src/ts/propValidators.ts
@@ -121,7 +121,7 @@ export type PluginOptionsType = Required<
121
>;
122
const CONTAINER: RecordPropsDefinition<PluginOptionsType> = {
123
container: {
124
- type: [(Object as unknown) as HTMLElement, Function],
+ type: undefined,
125
default: () => document.body,
126
} as PropOptions<NonNullable<PluginOptions["container"]>>,
127
newestOnTop: COMMON.trueBoolean,
0 commit comments