-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
fix: meta changes (non-default) also update metaHOC state #10734
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/get-appsmith/appsmith/Ggj1AsheBPcZBMMAKid4bGuppJkM |
Unable to find test scripts. Please add necessary tests to the PR. |
2 similar comments
Unable to find test scripts. Please add necessary tests to the PR. |
Unable to find test scripts. Please add necessary tests to the PR. |
/ok-to-test sha=e7e0e58 |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/1770886984. |
UI Performance test run logs and artifacts: https://github.com/appsmithorg/appsmith/actions/runs/1770886984. Click to view performance test results
|
/ok-to-test sha=fc594b0 |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/1771900487. |
Unable to find test scripts. Please add necessary tests to the PR. |
1 similar comment
Unable to find test scripts. Please add necessary tests to the PR. |
UI Performance test run logs and artifacts: https://github.com/appsmithorg/appsmith/actions/runs/1771900487. Click to view performance test results
|
/ok-to-test sha=d102c03 |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/1772453198. |
UI Performance test run logs and artifacts: https://github.com/appsmithorg/appsmith/actions/runs/1772453198. Click to view performance test results
|
/ok-to-test sha=6a81f2c |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/1772756561. |
UI Performance test run logs and artifacts: https://github.com/appsmithorg/appsmith/actions/runs/1772756561. Click to view performance test results
|
/ok-to-test sha=9454964 |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/1895233275. |
UI Performance test run logs and artifacts: https://github.com/appsmithorg/appsmith/actions/runs/1895233275. Click to view performance test results
|
Not sure why the previous review is not stale, please review it again. |
/ok-to-test sha=0fc73f6 |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/1899873490. |
UI Performance test run logs and artifacts: https://github.com/appsmithorg/appsmith/actions/runs/1899873490. Click to view performance test results
|
1 similar comment
UI Performance test run logs and artifacts: https://github.com/appsmithorg/appsmith/actions/runs/1899873490. Click to view performance test results
|
Description
Problem
isDirty = true
toisDirty = false
on reset of inputWidget.Previous condition to update state compared metaValue to be equal to default value which in such cases aren't defined.
Solution
Fixes #9603
Fixes #11350
Fixes #6492
Type of change
How Has This Been Tested?
Old test coverage
Checklist:
Test coverage results 🧪
⚪ Total coverage has not changed