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
After upgrading to 3.0.0-alpha.3, using address autofill prompt in chrome causes a "Maximum update depth exceeded" error. This only occurs if three or more fields are autofilled at once. Firefox's equivalent address autofill seems to work as expected.
Expected behavior
The address fields should be autofilled without crashing.
Steps to reproduce the issue
Add a test address in chrome://settings/addresses.
Create a form containing at least three fields labeled "Name", "Address", and "City".
Click on one of the fields, and the chrome autofill dialog should appear.
Click on the test address.
React should crash due to an infinite loop.
Screenshots
In which browser are you experiencing the issue?
Google Chrome Version 96.0.4664.110
Framework
React
RendererSet
Material
Additional context
I recreated this in the jsonforms-react-seed, only changing the schema and uischema.
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading to 3.0.0-alpha.3, using address autofill prompt in chrome causes a "Maximum update depth exceeded" error. This only occurs if three or more fields are autofilled at once. Firefox's equivalent address autofill seems to work as expected.
Expected behavior
The address fields should be autofilled without crashing.
Steps to reproduce the issue
Screenshots
In which browser are you experiencing the issue?
Google Chrome Version 96.0.4664.110
Framework
React
RendererSet
Material
Additional context
I recreated this in the jsonforms-react-seed, only changing the schema and uischema.
The text was updated successfully, but these errors were encountered: