Error in lib_api__WEBPACK_IMPORTED_MODULE
# help-and-questions
d
I'm new to the Supabase, I have trying to configure the first example of todo list in ReactJS. but in that I have got the Error like below can you help to solve that Error. Uncaught TypeError: _lib_api__WEBPACK_IMPORTED_MODULE_1__.supabase.auth.session is not a function at App.js:10:1

https://cdn.discordapp.com/attachments/1111025083973107732/1111025084166066228/Screenshot_2023-05-25_014544.png

https://cdn.discordapp.com/attachments/1111025083973107732/1111025084526768218/Screenshot_2023-05-25_014622.png

s
Version mismatch. There is no
supabase.auth.session
in v2 off the Supabase JS library. If you a are viewing an example from the https://github.com/supabase/examples-archive repo then those will be using v1 of supabase-js
6 Views