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
In ClayTooltip, we're currently using a for...of loop.
We should change this for the moment to use a for loop and review the webpack configuration so that it doesn't use Symbol (using @babel/preset-env and browserlist) which is not supported in IE.
The text was updated successfully, but these errors were encountered:
In ClayTooltip, we're currently using a
for...of
loop.We should change this for the moment to use a
for
loop and review the webpack configuration so that it doesn't useSymbol
(using@babel/preset-env
andbrowserlist
) which is not supported in IE.The text was updated successfully, but these errors were encountered: