-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/react 18 freezes #266
Fix/react 18 freezes #266
Conversation
@@ -16,7 +15,15 @@ export const RemoveTagIcon = styled(CloseOutlined)` | |||
cursor: pointer; | |||
`; | |||
|
|||
export const TagWrapper = styled(TagSpan)` | |||
// https://github.com/rcdexta/react-trello/blob/68cfec88a14312da00a5ca0e1a29bc8de40321d8/src/styles/Base.js#L210 | |||
export const TagSpan = styled.span` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unused component, can be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
tsconfig.json
Outdated
"src" | ||
] | ||
} | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's changed in this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
End of line. [email protected] rewrites tsconfig each run and changes end of line to the operating system EOL.
Description
Fixes #235
Type of change
How Has This Been Tested?
Locally.
Checklist: