Fix JSX type reference inconsistency in DialogApiDialog
The `update` method used `React.JSX.Element` for the first union member and plain `JSX.Element` for the second. These resolve to the same type but the inconsistency within a single method signature is confusing. Aligned both to use `JSX.Element` to match the rest of the file. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Fixed inconsistent `JSX.Element` type reference in the `DialogApiDialog.update` method signature.
|
||||
Reference in New Issue
Block a user