Closed gamtiq closed 7 years ago
It's also missing the import for Effect
.
I'll accept a PR to fix these inconsistencies :) Any takers?
I'll give it a shot.
Btw, it is super unclear that Render()
implicitly renders to a div with an id of #app
. I only discovered that by going to the API documentation.
This implicit behaviour should either be stated explicitly in the README or removed in favour of explicit declaration of what div to render to.
Well I just got burned again, because the default is #root
and not #app
. Looks like the API docs are out of date.
Working webpackbin here: http://www.webpackbin.com/V1Q_BpCdf
@tannerlinsley PR submitted! #75
As for the docs, I could also use some help there if anyone wants to help out on making things more clear. It's just a matter of updating the Readme.md and the markdown files in the documentation directory.
It seems a comma is missed in the following line inside documentation README.md: