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

Creating the TweetList Component #127

Open
robwelan opened this issue Jan 19, 2018 · 1 comment
Open

Creating the TweetList Component #127

robwelan opened this issue Jan 19, 2018 · 1 comment

Comments

@robwelan
Copy link

This section requires:
import TweetUtils from '../utils/TweetUtils' (location 1907 on Kindle). However, when reaching location 2207, the application is supposedly 'fully functional'. Running npm start however exposes the lack of a TweetUtils component. Where does TweetUtils come from?

@replicants39715
Copy link

I stumbled on the same problem. I believe it wasn't mentioned in the book (React 16 Essentials). Take a look at the React 16 Essentials github https://github.com/PacktPublishing/React-16-Essentials-Second-Edition/tree/master/Chapter08/snapterest/source Create a utils folder in your source folder and add an empty TweetUtils.js file. Solved the problem for me for chapter 8.

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

No branches or pull requests

2 participants