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

When a duplicate occurs in the outline, the key is duplicated. #98

Closed
Edric-Li opened this issue Aug 12, 2023 · 10 comments
Closed

When a duplicate occurs in the outline, the key is duplicated. #98

Edric-Li opened this issue Aug 12, 2023 · 10 comments
Assignees
Labels
bug Something isn't working

Comments

@Edric-Li
Copy link

描述这个Bug

image
image

版本号

latest

问题重现链接

No response

@imzbf
Copy link
Owner

imzbf commented Aug 12, 2023

@imzbf imzbf closed this as completed Aug 12, 2023
@Edric-Li
Copy link
Author

@imzbf
I tried your solution, but it didn't work.
I use it like this.
image
generateUniqueKey method, I'm guaranteed to return a unique value. But the browser still reports an error.

@Edric-Li
Copy link
Author

image

@Edric-Li
Copy link
Author

README.cn.md
Here is my md file.

@imzbf imzbf reopened this Aug 14, 2023
@imzbf imzbf self-assigned this Aug 14, 2023
@imzbf imzbf added the bug Something isn't working label Aug 14, 2023
imzbf added a commit that referenced this issue Aug 14, 2023
@imzbf
Copy link
Owner

imzbf commented Aug 14, 2023

I fixed this in beta, have a try in this way:

yarn add md-editor-rt@beta

@Edric-Li
Copy link
Author

I fixed this in beta, have a try in this way:

yarn add md-editor-rt@beta

I tried it, and the bug has been fixed. May I ask when will the official version be released?

@imzbf
Copy link
Owner

imzbf commented Aug 16, 2023

It may take two weeks, but there are still no solutions to a special bug

@xiaoxing92
Copy link

In next13 router mode, the client component is used in the server component and const scrollElement=document. documentElement is declared; It will result in server rendering failure, SSR failure, no need for document.documentElement, and MdCatalog component inability to anchor

@imzbf
Copy link
Owner

imzbf commented Aug 23, 2023

In next13 router mode, the client component is used in the server component and const scrollElement=document. documentElement is declared; It will result in server rendering failure, SSR failure, no need for document.documentElement, and MdCatalog component inability to anchor

another way to set this attr: #101 (comment)

@imzbf
Copy link
Owner

imzbf commented Aug 24, 2023

latest version had been published

@imzbf imzbf closed this as completed Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants