-
-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
See
| 'layoutDependency': { type: [String, Number, Object, Array] }, |
The docs suggest that this property could be a boolean, but that is not wat the type declaration states.
Using a boolean results in a warning in the console.
Suggestion: make layoutDependency an 'any' type to align with https://github.com/motiondivision/motion/blob/c084ec07b483c00dce197e8958f9cf30bd493268/packages/motion-dom/src/node/types.ts#L942l and clarify the docs about the expected value.
Metadata
Metadata
Assignees
Labels
No labels