-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gatsby): e.remove() is not a function when using Gatsby Head API (#…
…36338) * remove useless new array creation * use for..of over forEach for browser compatibility * use parentNode.removeChild() for compatibility with IE * fix error when parentNode is null
- Loading branch information
1 parent
25fb9d1
commit 7fcf580
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters