Erick
deviantdev
Aithusa
sh Jest has detected the following 1 open handle potentially keeping Jest from exiting: ● TCPWRAP 13 | */ 14 | function setup(app: Express) : any { > 15 | SuperTokens.init({
dleangen
session = undefined
texoport
Happypig375
goodgravy
users:build: info - Linting and checking validity of types... users:build: Failed to compile. users:build: users:build: ./pages/auth/[[...path]].tsx:21:6 users:build: Type error: 'SuperTokensComponentNoSSR' cannot be used as a JSX component. users:build: Its element type 'ReactElement<any, any> | Component<unknown, any, any>' is not a valid JSX element. users:build: Type 'Component<unknown, any, any>' is not assignable to type 'Element | ElementClass'. users:build: Type 'Component<unknown, any, any>' is not assignable to type 'ElementClass'. users:build: The types returned by 'render()' are incompatible between these types. users:build: Type 'React.ReactNode' is not assignable to type 'import("/Users/james/Code/oughtinc/elicit-mono/apps/users/node_modules/@types/react/index").ReactNode'. users:build: Type '{}' is not assignable to type 'ReactNode'. users:build: users:build: 19 | users:build: 20 | return ( users:build: > 21 | <SuperTokensComponentNoSSR /> users:build: | ^ users:build: 22 | ) users:build: 23 | }
javierwong
prachi8628
nik2208
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).