This can help users create the config in its own function. Something like: ```tsx import supertokens from "supertokens-auth-react"; import {SuperTokensConfig} from "supertokens-auth-react/types"; getConfig(): SuperTokensConfig => { return { ... } } supertokens.init(getConfig()) ```