deepujain commented on PR #43806: URL: https://github.com/apache/superset/pull/43806#issuecomment-5698717175
Reviewed the latest Additional Suggestion. The installed `re-resizable` type declares `enable?: Enable | false`, so `enable: true` is not a supported caller value and cannot reach `mergeResizableConfig` through `ModalProps`. The existing branches preserve the two valid forms: `false` and a directional `Enable` object. No code change is warranted. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
