-
Notifications
You must be signed in to change notification settings - Fork 364
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: [M3-6472] - [Marketplace] One Click Cluster - UDF Caching issue #8997
Conversation
|
||
const styled = withStyles(styles); | ||
|
||
export default styled(RenderGuard<CombinedProps>(UserDefinedSelect)); | ||
export default styled(UserDefinedSelect); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we switch to a useStyles hook?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UDFs are updating as I would expect 🚀
...es/manager/src/features/StackScripts/UserDefinedFieldsPanel/FieldTypes/UserDefinedSelect.tsx
Outdated
Show resolved
Hide resolved
|
||
export default styled(RenderGuard<CombinedProps>(UserDefinedSelect)); | ||
export default UserDefinedSelect; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider removing default export
…nel/FieldTypes/UserDefinedSelect.tsx Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
@cpathipa Can we add a changelog entry before merging? Thanks! |
1 failed and 2 flaky tests on run #2983 ↗︎
Details:
cypress/e2e/general/smoke-deep-link.spec.ts • 1 failed test
objectStorage/object-storage.e2e.spec.ts • 1 flaky test
account/sms-verification.spec.ts • 1 flaky test
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Description 📝
Preview 📷
Remove this section or include a screenshot or screen recording of the change
How to test 🧪
What are the steps to reproduce the issue or verify the changes?
How do I run relevant unit or e2e tests?