Tim

Results 2 comments of Tim

In case someone looking for a workaround. I just replace useSession hook and use `useSWR` library instead. ```typescript const { data, error } = useSWR('/api/auth/session', async (url) => { const...

I have experienced this before. Putting kaminari before coupon in gemfile seem fixed this issue: gem 'kaminari', '~> 0.16.3' gem 'coupons', '~> 0.0.0', :git => 'https://github.com/fnando/coupons.git'