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
[17:33:55] ERROR TS: D:/Projects/Admin/node_modules/@simplr/react-forms-dom/components/radio-group.d.ts(23,22): error TS2417: Class static side 'typeof RadioGroup' incorrectly extends base class static side 'typeof BaseDomField'.
Types of property 'childContextTypes' are incompatible.
Type 'ValidationMap<RadioGroupChildContext>' is not assignable to type 'ValidationMap<FieldChildContext>'.
Types of property 'FieldId' are incompatible.
Type 'Validator<RadioGroupChildContext> | undefined' is not assignable to type 'Validator<FieldChildContext> | undefined'.
Type 'Validator<RadioGroupChildContext>' is not assignable to type 'Validator<FieldChildContext> | undefined'.
Type 'Validator<RadioGroupChildContext>' is not assignable to type 'Validator<FieldChildContext>'.
Types of parameters 'object' and 'object' are incompatible.
Type 'FieldChildContext' is not assignable to type 'RadioGroupChildContext'.
Property 'RadioGroupOnChangeHandler' is missing in type 'FieldChildContext'.
[17:33:55] ERROR TS: D:/Projects/Admin/node_modules/@simplr/react-forms-dom/components/radio.d.ts(18,22): error TS2417: Class static side 'typeof Radio' incorrectly extends base class static side 'typeof BaseContainer'.
Types of property 'contextTypes' are incompatible.
Type 'ValidationMap<RadioParentContext>' is not assignable to type 'ValidationMap<BaseContainerParentContext>'.
Types of property 'FormId' are incompatible.
Type 'Validator<RadioParentContext> | undefined' is not assignable to type 'Validator<BaseContainerParentContext> | undefined'.
Type 'Validator<RadioParentContext>' is not assignable to type 'Validator<BaseContainerParentContext> | undefined'.
Type 'Validator<RadioParentContext>' is not assignable to type 'Validator<BaseContainerParentContext>'.
Types of parameters 'object' and 'object' are incompatible.
Type 'BaseContainerParentContext' is not assignable to type 'RadioParentContext'.
Type 'BaseContainerParentContext' is not assignable to type 'RadioGroupChildContext'.
Property 'RadioGroupOnChangeHandler' is missing in type 'BaseContainerParentContext'.
The text was updated successfully, but these errors were encountered:
Using versions in
package.json
:Error:
The text was updated successfully, but these errors were encountered: