Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not inheritAttrs on ModalContainer #454

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

FlorianWerndl
Copy link

Actually I have no idea if it is necessary to have attributes on the ModalContainer. If not this PR should solve: #453

@develth
Copy link

develth commented Oct 2, 2024

great - would fix annoying error

Copy link

@genu genu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope this PR lands soon to make the Warnings go away! I appreciate the effort.

Comment on lines +13 to +16
defineOptions({
inheritAttrs: false,
})

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR should contain only this change alone. The version updates are handled upon release/publish.

An explanation of the issue would helpful. Why does this need to be false?

Comment on lines -11 to 12
"vue-final-modal": "workspace:4.5.4",
"vue-final-modal": "workspace:4.5.5",
"vue-router": "^4.2.5"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't have to bump these in this PR. ( See other comment)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because we're bumping version, we also get a new lock, which we don't want.

Comment on lines -19 to 20
"vue-final-modal": "workspace:4.5.4",
"vue-final-modal": "workspace:4.5.5",
"vue3-drag-resize": "^2.0.5"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See other comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants