-
Notifications
You must be signed in to change notification settings - Fork 258
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: avoid error on typing colon #6056
Conversation
@jdstrand @jeffreyssmith2nd @ivankudibal @bnpfeife does anybody have the opportunity to review? |
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.
Hello R290, thanks a lot, after a discussion with @Sciator, would you add a comment that it must be a class component if someone wants to refactor it in the future so that the error does not appear again when the type system does not check it...
It would be good to add |
Thanks to both of you for your review. I hope we can merge and release soon, the colon error is causing quite a lot of issues being created. |
Another issue has popped up (#6058), time to merge this? @ivankudibal @Sciator |
Closes #6007
Closes #6009
Closes #6011
Closes #6013
Closes #6017
Closes #6031
Closes #6034
Closes #6037
Closes #6038
Closes #6039
Closes #6044
Closes #6048
Closes #6051
Closes #6052
Closes #6053
Closes #6055
I might have missed a few issues describing the same error.
Briefly describe your proposed changes:
Replace FunctionComponent by Component in the
TemplateDrawer
to restore compatibility withreact-onclickoutside
What was the problem?
Error when typing a colon:
Cannot read properties of undefined (reading 'getInstance')
What was the solution?
Replacing FunctionComponent by Component, setting properties and adding a render function.
etc/Dockerfile_build
have been pushed to DockerHub, and the changes have been added to.circleci/config.yml