DEV Community

Discussion on: Create a Multi-Language Website with React Context API

Collapse
 
halilcanozcelik profile image
Halil Can Ozcelik • Edited

Actually, your issue is about HTML most probably. I suppose you are trying to add img element in option tag of LanguageSelector.js You are most probably getting "Only strings and numbers are supported as option children" error in the console. So, if you want to use flags, you need to change the HTML structure of the LanguageSelector component.