Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
instance._radiumStyleKeeper = new StyleKeeper(userAgent);
}
return instance._radiumStyleKeeper;
};
class GridStyleRoot extends StyleRoot {
constructor() {
super(...arguments);
this._radiumStyleKeeper = null;
_getStyleKeeper(this);
}
}
export default Enhancer(GridStyleRoot);