Files
react/scripts
Ben Alpert e57ad7f51e Allow returning null as host context (#9278)
If your renderer doesn't use host context, you might prefer to return null. This used to give an error:

> Invariant Violation: Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.

I use a sentinel value instead now.

The code in ReactFiberHostContext is a little complicated now. We could probably also just remove the invariants.
2017-03-30 13:18:39 +01:00
..
2016-04-07 17:30:23 -07:00
2016-09-12 21:58:00 +03:00
2017-03-20 16:15:01 +00:00
2016-12-07 16:04:47 -08:00
2017-03-10 17:06:02 -08:00
2017-03-20 16:15:01 +00:00
2013-09-09 23:42:54 -07:00