danalloway / react-country-flag

React component for emoji/svg country flags.
https://danalloway.github.io/react-country-flag/
MIT License
255 stars 43 forks source link

Having issue during ssr? #68

Open aleyrizvi opened 2 weeks ago

aleyrizvi commented 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: image

Any idea?