Vu Nguyen
Vu Nguyen
> > > Try using built-in `https` module. > > > ```js > > > const url = 'https://preview.redd.it/jcqql8h8x1351.jpg?width=640&crop=smart&auto=webp&s=61148c911a1d5155e7d1451105d18241671cf5f0'; > > > > > > https.get(url).on('response', (stream) { > >...
It only happens in 2.0.0beta, I assume it is mobile drag problem. https://user-images.githubusercontent.com/68330291/148359660-abbc1fd6-3f62-48e3-8fee-7f2319262111.mp4
Thank you, but please resolve conflicts.
yea for some reason playerRef return null all the time...
> Ive been experiencing this as well. > Have the exakt same issue I fixed this issue by downgrade Swiper to v6. Here is it's docs: https://swiper6.vercel.app/swiper-api#events Note: v6's API...
> @hoangvu12 Do you have problem with revalidation using Swiper 6.7.5 aswell? Or did you fix this by "the old ordinary" way and using > > ```js > const swiper...
> Hi @hoangvu12 How do you host your setup? Vercel? What Next version do you have? :D I'm hosting on Vercel, Next v12.
> What Node version? Sorry if I ask a lot haha. It's v16.13
I solved it by do `Math.round` on `value` and `max`. 
> hmmm, good catch > I'll try to do something to make it work After looking at your source code, I figured out why it didn't work. So I tried...