Skip to content

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