Posts by Leonardo Nichele • 3 points
2 posts
-
0
votes1
answer25
viewsQ: JSX elements included in closing tag
When creating the div with the SERVICES name displays the following error: Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...</>? <div…
-
-1
votes1
answer690
viewsQ: Attempted import error: 'Yup' does not contain a default export (Imported as 'Yup'). NPM
I am creating a site with authentication service and in it I intend to use Yup, an NPM module. I installed everything right but when I start the application it appears: Attempted import error: 'yup'…