You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
coming from typescript and wanting to pass autoReplaceSvgRoot and observeMutationsRoot to dom.watch(), typescripts fails to compile as it doesn't sense the parameters as passable. Upon investigating, I found that the interface doesn't define it:
Hey,
coming from typescript and wanting to pass
autoReplaceSvgRoot
andobserveMutationsRoot
todom.watch()
, typescripts fails to compile as it doesn't sense the parameters as passable. Upon investigating, I found that the interface doesn't define it:Font-Awesome/js-packages/@fortawesome/fontawesome-svg-core/index.d.ts
Line 113 in 0078392
So, here's an issue report about it.
The text was updated successfully, but these errors were encountered: