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

Corrected a mistake in ReadMe.md "Using it in your project" 4. #19

Closed
wants to merge 1 commit into from

Conversation

antonin-lebrard
Copy link

Ultimate problem:

Just a small mistake in the code proposed as an entry point to the over_react library.
At the fouth point in "Using it in your project" the import "react/react_client.dart"was missing the name re-definition "as react_client".
And the top-level function called in this import could not be called in the main.

How it was fixed:

Changed :
import 'package:react/react_client.dart'
To :
import 'package:react/react_client.dart' as react_client;

Testing suggestions:

N/A

Potential areas of regression:

N/A


FYA: @greglittlefield-wf @aaronlademann-wf @jacehensley-wf @clairesarsam-wf @joelleibow-wf

@aviary-wf
Copy link

Raven

Number of Findings: 0

@antonin-lebrard antonin-lebrard changed the title Corrected a mistake in "Using it in your project" 4. Corrected a mistake in ReadMe.md "Using it in your project" 4. Oct 30, 2016
@antonin-lebrard antonin-lebrard deleted the patch-1 branch October 30, 2016 21:25
@antonin-lebrard
Copy link
Author

same as #18

@aaronlademann-wf
Copy link
Contributor

Sorry for the typo @antonin-lebrard! Fix has been merged to master via #18.

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

Successfully merging this pull request may close these issues.

3 participants