Can SuperToken be initialized inside Main componen...
# general
s
Can SuperToken be initialized inside Main component scope?
Copy code
const App = (storeData) => {

let reduxStore;

// update store based on SuperToken events
SuperTokens.init()

}
Im asking just to be certain, it throws me an error that SuperToken is not initialized when i land on my login form.Form is rendered inside main App component of course.