Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when upgrading to version 2.0.0 #42

Closed
Timunas opened this issue Dec 8, 2020 · 3 comments
Closed

Error when upgrading to version 2.0.0 #42

Timunas opened this issue Dec 8, 2020 · 3 comments

Comments

@Timunas
Copy link

Timunas commented Dec 8, 2020

I started using your project recently and I installed the new version today, but I get this error when rendering the component.

Uncaught TypeError: combine is not a function

Screenshot from 2020-12-08 19-05-05

It is happening with version 2.0.0 and 2.1.0. So I believe the issue was probably introduced with the react-markdown update.

I tried downgraded to version 1.0.9 and it is working ok.

@jaywcjlove
Copy link
Member

@Timunas May be caused by this reason: webpack/webpack#4742

@jaywcjlove
Copy link
Member

jaywcjlove commented Dec 9, 2020

@Timunas remarkjs/react-markdown#518

Waiting to upgrade dependencies.

micromark@2.10.1 => micromark@2.11.0

├─┬ @uiw/react-markdown-preview@2.1.1
│ ├─┬ react-markdown@5.0.3
│ │ └─┬ remark-parse@9.0.0
│ │   └─┬ mdast-util-from-markdown@0.8.3
│ │     └── micromark@2.10.1
│ └─┬ remark-gfm@1.0.0
│   └─┬ micromark-extension-gfm@0.3.2
│     ├── micromark@2.11.0  deduped

@Timunas
Copy link
Author

Timunas commented Dec 13, 2020

@jaywcjlove I updated to 2.1.1. And now it is working fine.

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

No branches or pull requests

2 participants