We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3f59f commit f1ed18bCopy full SHA for f1ed18b
1 file changed
packages/rich-text/src/hook/index.js
@@ -239,9 +239,9 @@ function useRichTextBase( {
239
export function useRichText( {
240
allowedFormats,
241
withoutInteractiveFormatting,
242
- __unstableFormatTypeHandlerContext,
243
onChange,
244
__unstableDependencies = [],
+ __unstableFormatTypeHandlerContext,
245
...props
246
} ) {
247
const {
0 commit comments