Skip to content

Comments

Fix reeact 17.0.2#20

Open
farandal wants to merge 5 commits intomathew-kurian:masterfrom
farandal:fix-reeact-17.0.2
Open

Fix reeact 17.0.2#20
farandal wants to merge 5 commits intomathew-kurian:masterfrom
farandal:fix-reeact-17.0.2

Conversation

@farandal
Copy link

No description provided.

@vercel
Copy link

vercel bot commented Aug 15, 2021

Someone is attempting to deploy a commit to a Personal Account owned by @mathew-kurian on Vercel.

@mathew-kurian first needs to authorize it.

return { prevProps: props };
}

componentWillMount() {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if I'm breaking some backward compatibility case by removing this, thus, for my react typescript environment, I had to totally remove componentWillMount, and componentWillReceiveProps , in order to avoid errors.

);
(this.SpecialRoot.Level = this.RealRoot.Level),
(this.SpecialRoot.ParentNode = this.RealRoot);

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can see, this syntax does practically the same; thus I had to change it as Typescript 4.5.0-dev was not capable to recognise the syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant