Non-prop attributes being passed to Modals cause warnings #5

Open
opened 2022-04-22 02:52:39 +00:00 by thepaperpilot · 0 comments
thepaperpilot commented 2022-04-22 02:52:39 +00:00 (Migrated from github.com)

Modals don't have a root element, and instead bind $attrs to the "real" root of the component. This is valid, and works, but it causes this warning to appear in the console:

[Vue warn]: Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.

Modals don't have a root element, and instead bind $attrs to the "real" root of the component. This is valid, and works, but it causes this warning to appear in the console: > [Vue warn]: Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.
thepaperpilot added this to the Profectus project 2023-11-16 16:50:50 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: profectus/Profectus#5
No description provided.