SVG component : Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object
I have a function that return an SVG depending on the string received as argument. In my craftjs app using Nextjs, when I use it I have error : Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. Check the render method of `SocialMedia`. … Read more