svelte-devtools icon indicating copy to clipboard operation
svelte-devtools copied to clipboard

fix: document head null error

Open leafOfTree opened this issue 1 year ago • 1 comments

This is to fix https://github.com/sveltejs/svelte-devtools/issues/232

Add check for document.head. If it's null, call appendChild on the event DOMContentLoaded

leafOfTree avatar Sep 24 '24 05:09 leafOfTree