reflex icon indicating copy to clipboard operation
reflex copied to clipboard

No file selected then upload file, browser still stucks

Open evandeng2009 opened this issue 2 years ago β€’ 1 comments

Describe the bug I see https://github.com/pynecone-io/pynecone/pull/1207, but same issue occurs for me: One click is ok, few more, it still stucks.

To Reproduce Steps to reproduce the behavior:

  • Code/Link to Repo:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

** Specifics (please complete the following information):**

  • Python Version:3.7
  • Reflex Version:0.1.34
  • OS: Windows
  • Browser (Optional):

Additional context Add any other context about the problem here.

evandeng2009 avatar Jul 03 '23 14:07 evandeng2009

And browser console says: client.js:1 Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.

evandeng2009 avatar Jul 03 '23 14:07 evandeng2009

This should be fixed in 0.3.3+, please reopen if the problem persists.

masenf avatar Nov 27 '23 22:11 masenf