Closed clairefro closed 1 year ago
React component is imported as Popup but rendered as <PopupApp/>. Made simple fix to align with import name -> <Popup/>
Popup
<PopupApp/>
<Popup/>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
React component is imported as
Popup
but rendered as<PopupApp/>
. Made simple fix to align with import name -><Popup/>