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'm trying to use something like this const Store = require('some').Some , but I can't see anything on browser, app doesn't start because error require is not defined
The text was updated successfully, but these errors were encountered:
How can I use require statement in typescript ?
I'm trying to use something like this
const Store = require('some').Some
, but I can't see anything on browser, app doesn't start because error require is not definedThe text was updated successfully, but these errors were encountered: