You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also works when I do . I believe this error occurs because we are telling HeaderThree that it has an attribute of title, but we are not giving it any value.
Warning: Received
truefor a non-boolean attribute
title`.If you want to write it to the DOM, pass a string instead: title="true" or title={value.toString()}.
at h3
at O (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1629311327258:2838:19450)
at div
at O (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1629311327258:2838:19450)
at div
at O (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1629311327258:2838:19450)
at section
at O (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1629311327258:2838:19450)
at section
at O (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1629311327258:2838:19450)
at Projects
at main
at div
at O (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1629311327258:2838:19450)
at Layout (http://localhost:3000/_next/static/chunks/pages/index.js?ts=1629311327258:8412:23)
at Home
at Ge (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1629311327258:2838:17005)
at Theme (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1629311327258:1020:23)
at App (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1629311327258:821:24)
at ErrorBoundary (http://localhost:3000/_next/static/chunks/main.js?ts=1629311327258:742:47)
at ReactDevOverlay (http://localhost:3000/_next/static/chunks/main.js?ts=1629311327258:858:23)
at Container (http://localhost:3000/_next/static/chunks/main.js?ts=1629311327258:8719:5)
at AppContainer (http://localhost:3000/_next/static/chunks/main.js?ts=1629311327258:9207:24)
at Root (http://localhost:3000/_next/static/chunks/main.js?ts=1629311327258:9343:25)`
The text was updated successfully, but these errors were encountered: