Open aleyrizvi opened 2 weeks ago
import ReactCountryFlag from "react-country-flag"; export default function PortalNew() { return ( <div> <ReactCountryFlag countryCode="us" svg /> </div> ); }
This is giving error at remix or nextjs app:
Any idea?
This is giving error at remix or nextjs app:
Any idea?