Open ClassicOldSong opened 2 years ago
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.
Consider this code example:
It will crash the whole app instantly.