mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Make numerical refs work in Fiber (#8334)
This commit is contained in:
@@ -384,7 +384,6 @@ src/renderers/shared/shared/event/__tests__/EventPluginHub-test.js
|
||||
|
||||
src/renderers/shared/stack/reconciler/__tests__/ReactComponent-test.js
|
||||
* should throw on invalid render targets
|
||||
* should throw when supplying a ref outside of render method
|
||||
* throws usefully when rendering badly-typed elements
|
||||
|
||||
src/renderers/shared/stack/reconciler/__tests__/ReactComponentLifeCycle-test.js
|
||||
|
||||
@@ -1019,6 +1019,7 @@ src/renderers/shared/shared/event/eventPlugins/__tests__/ResponderEventPlugin-te
|
||||
* should cancel correctly
|
||||
|
||||
src/renderers/shared/stack/reconciler/__tests__/ReactComponent-test.js
|
||||
* should throw when supplying a ref outside of render method
|
||||
* should warn when children are mutated during render
|
||||
* should warn when children are mutated during update
|
||||
* should support refs on owned components
|
||||
@@ -1234,6 +1235,7 @@ src/renderers/shared/stack/reconciler/__tests__/refs-test.js
|
||||
* always has a value for this.refs
|
||||
* ref called correctly for stateless component when __DEV__ = false
|
||||
* ref called correctly for stateless component when __DEV__ = true
|
||||
* coerces numbers to strings
|
||||
|
||||
src/renderers/shared/utils/__tests__/accumulateInto-test.js
|
||||
* throws if the second item is null
|
||||
|
||||
Reference in New Issue
Block a user