react-flags
react-flags copied to clipboard
Impossible to use it inside a styled component due to "strict mode tree" incompatibility
The error, when I use it inside a 'styled-components' header, is the following:
"A string ref, "selectedFlag", has been found within a strict mode tree. String refs are a source of potential bugs and should be avoided. We recommend using useRef() or createRef()"