diff --git a/.changeset/khaki-cars-suffer.md b/.changeset/khaki-cars-suffer.md new file mode 100644 index 0000000000..84ded1f01e --- /dev/null +++ b/.changeset/khaki-cars-suffer.md @@ -0,0 +1,5 @@ +--- +"create-mud": minor +--- + +Replaced usage of `window` global in vanilla JS template with an event listener on the button. diff --git a/templates/vanilla/packages/client/index.html b/templates/vanilla/packages/client/index.html index 4345268f38..c1f2329aa8 100644 --- a/templates/vanilla/packages/client/index.html +++ b/templates/vanilla/packages/client/index.html @@ -8,6 +8,6 @@