Skip to content

Commit

Permalink
Add missing parser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Oct 10, 2024
1 parent 9612826 commit 44a3fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MarkdownTextInput.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ const MarkdownTextInput = React.forwardRef<TextInput, MarkdownTextInputProps>(

handleContentSizeChange();
},
[updateTextColor, updateSelection, onChange, onChangeText, handleContentSizeChange, undo, redo, parseText, processedMarkdownStyle, setEventProps, maxLength],
[parser, updateTextColor, updateSelection, onChange, onChangeText, handleContentSizeChange, undo, redo, parseText, processedMarkdownStyle, setEventProps, maxLength],
);

const insertText = useCallback(
Expand Down

0 comments on commit 44a3fc6

Please sign in to comment.