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

DrugLogEdit has an uncontrolled field (null) #346

Open
RyanNerd opened this issue Mar 31, 2022 · 1 comment
Open

DrugLogEdit has an uncontrolled field (null) #346

RyanNerd opened this issue Mar 31, 2022 · 1 comment

Comments

@RyanNerd
Copy link
Owner

react-dom.development.js:67 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
    at input
    at http://localhost:3000/static/js/bundle.js:33853:23
    at div
    at http://localhost:3000/static/js/bundle.js:32702:23
    at div
    at http://localhost:3000/static/js/bundle.js:35635:23
    at http://localhost:3000/static/js/bundle.js:34164:23
    at form
    at http://localhost:3000/static/js/bundle.js:33548:23
    at div
    at http://localhost:3000/static/js/bundle.js:36808:27
    at div
    at div
    at http://localhost:3000/static/js/bundle.js:34928:23
    at div
    at Transition (http://localhost:3000/static/js/bundle.js:66861:30)
    at http://localhost:3000/static/js/bundle.js:33421:24
    at DialogTransition
    at http://localhost:3000/static/js/bundle.js:64507:24
    at http://localhost:3000/static/js/bundle.js:34620:23
    at DrugLogEdit (http://localhost:3000/static/js/bundle.js:11547:5)
    at RxMedicine (http://localhost:3000/static/js/bundle.js:14976:80)
    at div
    at Transition (http://localhost:3000/static/js/bundle.js:66861:30)
    at http://localhost:3000/static/js/bundle.js:33421:24
    at http://localhost:3000/static/js/bundle.js:36088:24
    at div
    at http://localhost:3000/static/js/bundle.js:36000:23
    at TabContainer (http://localhost:3000/static/js/bundle.js:35933:89)
    at Tabs (http://localhost:3000/static/js/bundle.js:36275:89)
    at div
    at RxPage (http://localhost:3000/static/js/bundle.js:13481:75)
    at div
    at http://localhost:3000/static/js/bundle.js:36000:23
    at div
    at Transition (http://localhost:3000/static/js/bundle.js:66861:30)
    at http://localhost:3000/static/js/bundle.js:33421:24
    at http://localhost:3000/static/js/bundle.js:36088:24
    at div
    at http://localhost:3000/static/js/bundle.js:36000:23
    at TabContainer (http://localhost:3000/static/js/bundle.js:35933:89)
    at Tabs (http://localhost:3000/static/js/bundle.js:36275:89)
    at LandingPage (http://localhost:3000/static/js/bundle.js:6275:75)
    at Main (http://localhost:3000/static/js/bundle.js:727:5)
    at App (http://localhost:3000/static/js/bundle.js:235:90)
printWarning @ react-dom.development.js:67
@RyanNerd
Copy link
Owner Author

I've tried to duplicate this issue a few times but haven't found the circumstances that trigger the warning yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant