Skip to content

Commit

Permalink
Fix prop name in Rich Text native perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
derekblank committed Apr 5, 2023
1 parent fb74782 commit 5468ec0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe( 'RichText Performance', () => {
await measurePerformance(
<RichText
onChange={ onChange }
onCreateUndoLevel={ onCreateUndoLevel }
__unstableOnCreateUndoLevel={ onCreateUndoLevel }
onSelectionChange={ onSelectionChange }
/>,
{
Expand Down

0 comments on commit 5468ec0

Please sign in to comment.