Skip to content

Commit 678b3d0

Browse files
refactor: upgrade ReactMarkdown and refactor renderText accordingly (#1824)
* perf: upgrade react-markdown, update renderText function, adjust types * feat: added remark-gfm plugin * chore: upgrade rollup and its plugins to the latest version * docs: add renderText documentation * fix: MessageSimple to apply renderText function from properties * docs: update renderText documentation, add VirtualizedMessageList example * ci: extend JS heap size * test: update renderText test and snapshots Co-authored-by: Oliver Lazoroski <[email protected]>
1 parent 40c799a commit 678b3d0

File tree

11 files changed

+1156
-366
lines changed

11 files changed

+1156
-366
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
retention-days: 1
6868

6969
test:
70+
env:
71+
NODE_OPTIONS: --max_old_space_size=4096
7072
runs-on: ubuntu-latest
7173
strategy:
7274
matrix:

0 commit comments

Comments
 (0)