Closed GuichiZhao closed 2 years ago
After upgrade to v4 it throw ReferenceError: global is not defined for obvious reason: global.localStorage is not accessible
ReferenceError: global is not defined
global.localStorage
Fixed in v5 #553
After upgrade to v4 it throw
ReferenceError: global is not defined
for obvious reason:global.localStorage
is not accessible