Skip to content
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

chore: revert all React imports to namespace import syntax #4576

Merged
merged 1 commit into from
Mar 10, 2021

Conversation

adidahiya
Copy link
Contributor

@adidahiya adidahiya commented Mar 10, 2021

Fixes #4563

Following up on the simple revert of one commit in f515648, which was incomplete because there were features added to develop using the new import syntax.

Changes proposed in this pull request:

Replace all instances of synthetic default imports of "react" with namespace imports, i.e. import * as React from "react"'

@adidahiya adidahiya merged commit 8be3b98 into develop Mar 10, 2021
@adidahiya adidahiya deleted the ad/fix-synthetic-default-imports branch March 10, 2021 19:47
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.

TypeScript won't compile with allowSyntheticDefaultImports disabled
2 participants