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
I have searched the existing issues and my issue is unique
My issue appears in the command-line and not only in the text editor
Description Overview
Starting code:
typeProps={onClose: ()=>void;onSave?: ()=>void;initialContractInfo?: ContractInfo;// used to pre-populate the form just for our testscontractVersionTraceId?: TraceId;// used when editing an existing contractcontractContainerId: TraceId;wizardStartIndex?: number;contractStatus?: BackendContractStatus;contractVersion?: BackendContractVersion;};
Auto-fixed code:
typeProps={initialContractInfo?: ContractInfo;// used to pre-populate the form just for our tests// used to pre-populate the form just for our testscontractVersionTraceId?: TraceId;// used when editing an existing contract// used when editing an existing contractcontractContainerId: TraceId;dContractVersion;onClose: ()=>void;onSave?: ()=>void;};
typeProps={initialContractInfo?: ContractInfo;// used to pre-populate the form just for our testscontractVersionTraceId?: TraceId;// used when editing an existing contractcontractContainerId: TraceId;wizardStartIndex?: number;contractStatus?: BackendContractStatus;contractVersion?: BackendContractVersion;onClose: ()=>void;onSave?: ()=>void;};
### eslint-plugin-reactversionv7.34.4
### eslintversionv8.57.0
### nodeversionv20.14.10
The text was updated successfully, but these errors were encountered:
tylerlaprade
changed the title
[Bug]: autofix for useJsxKeyInIterable breaks code containing comments
[Bug]: autofix for sort-prop-types breaks code containing comments
Aug 8, 2024
Is there an existing issue for this?
Description Overview
Starting code:
Auto-fixed code:
Component
Relevant rule config:
As discussed in #3783
Expected Behavior
Expected result:
The text was updated successfully, but these errors were encountered: