diff --git a/packages/rich-text/src/component/index.native.js b/packages/rich-text/src/component/index.native.js index 7012fd079546a2..1b542fa19e4962 100644 --- a/packages/rich-text/src/component/index.native.js +++ b/packages/rich-text/src/component/index.native.js @@ -178,7 +178,7 @@ export class RichText extends Component { } onFormatChange( record ) { - const { start, end, activeFormats = [] } = record; + const { start = 0, end = 0, activeFormats = [] } = record; const changeHandlers = pickBy( this.props, ( v, key ) => key.startsWith( 'format_on_change_functions_' ) );