-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Next.js problem while writing an article #608
Comments
The same problem is right here https://uiwjs.github.io/react-md-editor/ |
1 task
I fixed this problem using this |
Does the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I've added code from https://github.com/uiwjs/react-md-editor?tab=readme-ov-file#support-nextjs on my open-source website, but it doesn't work correctly. I have the strange blue line on the left side, and it's interferes with writing text further down the markdown.
My code here https://github.com/BadmWe/dspyt-webpage/blob/eb597c6452f9d9a9304f1f6fc4b1962c6c9680e1/dspyt/pages/markdown/index.js#L6-L74
When I try to write a text further, I have this problem
Actually, I tried to look at your finished code here
https://codesandbox.io/embed/nextjs-example-react-md-editor-https-github-com-uiwjs-react-md-editor-issues-516-1z56px?fontsize=14&hidenavigation=1&theme=dark
But it doesn't work
I have read through #52
and think that
messes up css
The text was updated successfully, but these errors were encountered: