NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
sgentile opened this issue · 2 comments
sgentile commented
I'm getting this error when I resize the browser
MediaQueryList.updateMatches
/dist/react-responsive.js:205
202 | }
203 | var self = this;
204 | if (dynamicMatch && !forceStatic) {
> 205 | var mql = dynamicMatch.call(window, query);
| ^ 206 | this.matches = mql.matches, this.media = mql.media, mql.addListener(update);
207 | } else this.matches = staticMatch(query, values), this.media = query;
208 | this.addListener = addListener, this.removeListener = removeListener, this.dispose = dispose;
sgentile commented
Yes I had code conditionally wrapped in a <I> which I fixed this by
wrapping in a span tag
…On Sat, Jan 9, 2021 at 12:49 PM contra ***@***.***> wrote:
@sgentile <https://github.com/sgentile> Can you post a reproduction on
codepen?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#265 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABAKNFZ5CGWJAZY6W4E7RDSZCJK3ANCNFSM4VZY4ZNQ>
.