<#692 LaunchForm RJSF Form issue> Pull request ope...
# flyte-github
a
#692 LaunchForm RJSF Form issue Pull request opened by james-union flyteorg/flyte#3068 How to reproduce https://localhost.development.uniondemo.run:3000/projects/flytesnacks/domains/development/workflows/1.wf?duration=all How to fix 1. Upgrade rjsf libraries to the latest versions
Copy code
"@rjsf/core": "^5.1.0",
"@rjsf/material-ui": "^5.1.0",
"@rjsf/utils": "^5.1.0",
"@rjsf/validator-ajv8": "^5.1.0",
2. To render
LaunchFormAdvancedInputs
I just check if
isEnterInputState(baseState)
is true. As it tried to render rjsf form whenever the state is not ready and rerender multiple times, it was stuck. Type ☑︎ Bug Fix ☐ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☑︎ Smoke tested ☐ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Complete description How did you fix the bug, make the feature etc. Link to any design docs etc Tracking Issue flyteorg/flyte#3068 flyteorg/flyteconsole GitHub Actions: Build & Push FlyteConsole Image GitHub Actions: Get Release Tag GitHub Actions: Generate Release GitHub Actions: unit_tests_with_coverage 5 other checks have passed 5/9 successful checks