adrianhajdin / pricewise

Dive into web scraping and build a Next.js 13 eCommerce price tracker within a single video that teaches you data scraping, cron jobs, sending emails, deployment, and more.
https://pricewise-jsm.vercel.app
508 stars 152 forks source link

Update Modal.tsx for HeadlessUI v2.1.2 #19

Closed hanzalahwaheed closed 4 months ago

hanzalahwaheed commented 4 months ago

Fixed deprecated dependencies

As of July 7th 2024, React HeadlessUI is currently at version 2.1.2.

  1. Transition.Child
  2. Dialog.Overlay

The above mentioned Tags are now Deprecated Hence anyone following the tutorial might face the difficulty in following along in the video.

I have updated Modal.tsx to accommodate the new changes.

vercel[bot] commented 4 months ago

@hanzalahwaheed is attempting to deploy a commit to the JS Mastery Pro Team on Vercel.

A member of the Team first needs to authorize it.

hanzalahwaheed commented 4 months ago

@adrianhajdin Hey! This might come in handy to the newer folks! I was stuck here for a while. Hope it helps :)