Skip to content

Commit f2c45ea

Browse files
authored
Add labs icon to experimental APIs (#6346)
1 parent 88af66d commit f2c45ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/sidebarReference.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,13 @@
130130
},
131131
{
132132
"title": "experimental_taintObjectReference",
133-
"path": "/reference/react/experimental_taintObjectReference"
133+
"path": "/reference/react/experimental_taintObjectReference",
134+
"canary": true
134135
},
135136
{
136137
"title": "experimental_taintUniqueValue",
137-
"path": "/reference/react/experimental_taintUniqueValue"
138+
"path": "/reference/react/experimental_taintUniqueValue",
139+
"canary": true
138140
}
139141
]
140142
},

0 commit comments

Comments
 (0)