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
What is the improvement or update you wish to see?
Hello. Starting from this section of the documentation there is an error in the code of the Search component.
Previously, the Search component contained props placeholder and looked like this:
But starting from the specified place of props placeholder is missing, although it should be. Inside the component, in the input tag, placeholder={placeholder} is used, which causes an error.
exportdefaultfunctionSearch(/*there should be a placeholder here*/){//...}
p.s. I apologize in advance for my English
Is there any context that might help us understand?
I'm just taking a basic course on next.js and found a small error. That's the whole context.
Does the docs page already exist? Please link to it.
The text was updated successfully, but these errors were encountered:
GeorgiiGalechyan
changed the title
Docs: https://nextjs.org/learn/dashboard-app/adding-search-and-pagination
Docs: Lear Next.js (Basic course)
Mar 28, 2024
What is the improvement or update you wish to see?
Hello. Starting from this section of the documentation there is an error in the code of the Search component.
Previously, the Search component contained props
placeholder
and looked like this:But starting from the specified place of props
placeholder
is missing, although it should be. Inside the component, in the input tag,placeholder={placeholder}
is used, which causes an error.p.s. I apologize in advance for my English
Is there any context that might help us understand?
I'm just taking a basic course on next.js and found a small error. That's the whole context.
Does the docs page already exist? Please link to it.
https://nextjs.org/learn/dashboard-app/adding-search-and-pagination#2-update-the-url-with-the-search-params
The text was updated successfully, but these errors were encountered: