You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in /**REDACTED**/node_modules/semantic-ui-react/dist/commonjs/addons/Confirm/Confirm.d.ts
(4,18): error TS2430: Interface 'ConfirmProps' incorrectly extends interface 'ModalProps'.
Property 'content' is optional in type 'ConfirmProps' but required in type 'ModalProps'.
Version
0.68.1 has bug, 0.68.0 does not
Testcase
See above
The text was updated successfully, but these errors were encountered:
Steps
Import stuff from a file in project:
Compile with Typescript
Expected Result
It compiles
Actual Result
It fails to compile. With error:
Version
0.68.1 has bug, 0.68.0 does not
Testcase
See above
The text was updated successfully, but these errors were encountered: