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
I had the same issue where the superClass was undefined in
function _inherits(subClass, superClass)
I did a workaround by simply setting the superClass = null under
if (typeof superClass !== "function" && superClass !== null)
I got this error right here -> import {CopyToClipboard} from 'react-copy-to-clipboard';
React v16
The text was updated successfully, but these errors were encountered: