Skip to content

Commit f1ed18b

Browse files
committed
Nit: Group unstable props
1 parent 4a3f59f commit f1ed18b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/rich-text/src/hook/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ function useRichTextBase( {
239239
export function useRichText( {
240240
allowedFormats,
241241
withoutInteractiveFormatting,
242-
__unstableFormatTypeHandlerContext,
243242
onChange,
244243
__unstableDependencies = [],
244+
__unstableFormatTypeHandlerContext,
245245
...props
246246
} ) {
247247
const {

0 commit comments

Comments
 (0)