Skip to content

Release v1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 20:53

Fix

  • Avoid useless call to onValueChange of CheckboxGroup. This might have caused React to re-render
    in an infinite loop in some usecases.
  • Avoid useless call to onValueChange of TextFieldList. This might have caused React to re-render
    in an infinite loop in some usecases.