Skip to content

fix: fix recursion-like stack overflow error caused by the old render…#3380

Merged
UziTech merged 2 commits intomarkedjs:masterfrom
yijian166:master
Jul 28, 2024
Merged

fix: fix recursion-like stack overflow error caused by the old render…#3380
UziTech merged 2 commits intomarkedjs:masterfrom
yijian166:master

Conversation

@yijian166
Copy link
Copy Markdown
Contributor

fix #3379

@vercel
Copy link
Copy Markdown

vercel bot commented Jul 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marked-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2024 6:34am

Copy link
Copy Markdown
Member

@UziTech UziTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

Copy link
Copy Markdown
Member

@UziTech UziTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this 💯

@yijian166
Copy link
Copy Markdown
Contributor Author

@UziTech sorry, wrong click ~~

@UziTech UziTech changed the title fix recursion-like stack overflow error caused by the old render… fix: fix recursion-like stack overflow error caused by the old render… Jul 28, 2024
@UziTech UziTech merged commit 89af0b8 into markedjs:master Jul 28, 2024
github-actions bot pushed a commit that referenced this pull request Jul 28, 2024
## [13.0.3](v13.0.2...v13.0.3) (2024-07-28)

### Bug Fixes

* fix recursion-like stack overflow error caused by the old render… ([#3380](#3380)) ([89af0b8](89af0b8))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Version 13 , old rendering behavior, combined with a large number of execution calls, will lead to an "Maximum call stack size exceeded" error

2 participants