Skip to content

Commit

Permalink
Add labs icon to experimental APIs (#6346)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits authored Oct 9, 2023
1 parent 88af66d commit f2c45ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/sidebarReference.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,13 @@
},
{
"title": "experimental_taintObjectReference",
"path": "/reference/react/experimental_taintObjectReference"
"path": "/reference/react/experimental_taintObjectReference",
"canary": true
},
{
"title": "experimental_taintUniqueValue",
"path": "/reference/react/experimental_taintUniqueValue"
"path": "/reference/react/experimental_taintUniqueValue",
"canary": true
}
]
},
Expand Down

0 comments on commit f2c45ea

Please sign in to comment.