Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: error while changing input value #165

Open
moonlitgrace opened this issue Oct 30, 2024 · 0 comments
Open

Bug: error while changing input value #165

moonlitgrace opened this issue Oct 30, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@moonlitgrace
Copy link
Owner

reproduce:

  1. goto /admin/blog/new
  2. type on text area
  3. check console

full log:

Warning: A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components
input
form
AdminBlogForm@http://localhost:3000/_next/static/chunks/_318f67._.js:787:23
AdminNewBlogPage (Server)
InnerLayoutRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:290:18
RedirectErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4937:9
RedirectBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4945:24
NotFoundBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:5190:62
LoadingBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:394:76
ErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4647:67
InnerScrollAndFocusHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:200:9
ScrollAndFocusHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:275:37
RenderFromTemplateContext@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:517:44
OuterLayoutRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:414:149
InnerLayoutRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:290:18
RedirectErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4937:9
RedirectBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4945:24
NotFoundBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:5190:62
LoadingBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:394:76
ErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4647:67
InnerScrollAndFocusHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:200:9
ScrollAndFocusHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:275:37
RenderFromTemplateContext@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:517:44
OuterLayoutRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:414:149
InnerLayoutRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:290:18
RedirectErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4937:9
RedirectBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4945:24
NotFoundBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:5190:62
LoadingBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:394:76
ErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4647:67
InnerScrollAndFocusHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:200:9
ScrollAndFocusHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:275:37
RenderFromTemplateContext@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:517:44
OuterLayoutRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:414:149
InnerLayoutRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:290:18
RedirectErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4937:9
RedirectBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4945:24
NotFoundErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:5182:9
NotFoundBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:5190:62
LoadingBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:394:76
ErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4647:67
InnerScrollAndFocusHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:200:9
ScrollAndFocusHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:275:37
RenderFromTemplateContext@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:517:44
OuterLayoutRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:414:149
div
ProtectedLayout (Server)
InnerLayoutRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:290:18
RedirectErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4937:9
RedirectBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4945:24
NotFoundErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:5182:9
NotFoundBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:5190:62
LoadingBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:394:76
ErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4647:67
InnerScrollAndFocusHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:200:9
ScrollAndFocusHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:275:37
RenderFromTemplateContext@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:517:44
OuterLayoutRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:414:149
main
body
html
RootLayout (Server)
InnerLayoutRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:290:18
RedirectErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4937:9
RedirectBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4945:24
NotFoundErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:5182:9
NotFoundBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:5190:62
LoadingBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:394:76
ErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4647:67
InnerScrollAndFocusHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:200:9
ScrollAndFocusHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:275:37
RenderFromTemplateContext@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:517:44
OuterLayoutRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_0219ee._.js:414:149
RedirectErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4937:9
RedirectBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4945:24
NotFoundErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:5182:9
NotFoundBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:5190:62
DevRootNotFoundBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:5250:24
ReactDevOverlay@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:11766:9
HotReload@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:12539:37
Router@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:12856:123
ErrorBoundaryHandler@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4601:9
ErrorBoundary@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:4647:67
AppRouter@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:13228:47
ServerRoot@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:13477:27
Root@http://localhost:3000/_next/static/chunks/node_modules_next_dist_client_8bb71d._.js:13481:24 app-index.tsx:25:19
@moonlitgrace moonlitgrace added bug Something isn't working good first issue Good for newcomers labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant