Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Editing input value in document fragment crash the app #224

Open
ClassicOldSong opened this issue Aug 11, 2022 · 0 comments
Open

Editing input value in document fragment crash the app #224

ClassicOldSong opened this issue Aug 11, 2022 · 0 comments

Comments

@ClassicOldSong
Copy link

Consider this code example:

const fragment = document.createDocumentFragment()
const input = document.createElement('input')
fragment.appendChild(input)
input.value = 'some text'

It will crash the whole app instantly.

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

No branches or pull requests

1 participant