export const noProviderError = (hookOrHOC: string): string => `${hookOrHOC} can only be used inside .`; export const lazyError = (hookOrHOC: string): string => `${hookOrHOC} can only be used if Stytch is preloaded. Add