{ map( getFills( name ), ( fill ) => {
- const fillKey = fill.props.instanceId;
+ const fillKey = fill.occurrence;
return Children.map( fill.props.children, ( child, childIndex ) => {
if ( ! child || isString( child ) ) {
return child;
diff --git a/components/slot-fill/test/slot.js b/components/slot-fill/test/slot.js
index a2253a3427bb18..95b60233758360 100644
--- a/components/slot-fill/test/slot.js
+++ b/components/slot-fill/test/slot.js
@@ -26,7 +26,7 @@ class Filler extends Component {
render() {
return [