I would like to use it like
import categorizr from 'categorizr';
or
const categorizr = require( 'categorizr' );
when installed via NPM.
But I always get told that I'm on mobile.
After some investigation I noticed that the context is an Empty Object and not window.
Known issue or did I make something wrong?
I would like to use it like
import categorizr from 'categorizr';or
const categorizr = require( 'categorizr' );when installed via NPM.
But I always get told that I'm on mobile.
After some investigation I noticed that the context is an Empty Object and not
window.Known issue or did I make something wrong?