Skip to content

HELP!! Client Side Error #393

Closed Answered by vassbo
WFMCCAdmin asked this question in B1
Discussion options

You must be logged in to vote

@WFMCCAdmin This is most likely an issue on our side.
I see from the console that the <MarkdownPreviewLight> component is expecting a string, but getting null.

@jzongker I might be wrong, but I guess we can fix this by changing this line: https://github.com/ChurchApps/AppHelper/blob/1f77e558de716641cadcf845ef48c6c79e4f1945/src/components/markdownEditor/MarkdownPreviewLight.tsx#L42
to this: const convertedText = getSpecialLinks(markdownString || "");

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jzongker
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
B1
Labels
None yet
3 participants