dojo / dojo.io

Dojo - source for the dojo.io website
Other
17 stars 43 forks source link

Scope issues with functions used in Outlet's render property #474

Closed agubler closed 5 years ago

agubler commented 5 years ago

Update the tutorials to take into account that functions used in a render prop will not be bound correctly.

Also included a couple of other changes that we have open PRs.

Closes https://github.com/dojo/dojo.io/pull/464 Closes https://github.com/dojo/dojo.io/pull/463

dylans commented 5 years ago

As a note that was a bit too late for this PR, you bind context not scope. I would change the mention of scope to context in these changes.