Miftaul Mannan

Results 10 comments of Miftaul Mannan

Did you find any fix? @ps0002

> How do you expect a table without remark-gfm or am I misunderstanding? The demo doesn't use it. There's no mention of it in the readme. Although I'm using it...

> The demo doesn't use react-markdown as far as I can remember, the one they were using had tables baked in. Is the issue fixed now? [This](https://codesandbox.io/embed/rmel-demo-ref-in-function-component-u04gb?codemirror=1) is the one...

> Regardless I don't see how parsing issues is react-markdown-editor-lites issue. It's not. But for someone who's working on markdown editor for the first time (like me), it seems like...

> Which phone/android are you using? On Termux? Redmi note 5 pro (android 9) Yes termux

I've already compiled the apk on pc

I have the same problem. I used the url to provide `defaultOpen` value and it works fine if I reload the page. But if I just navigate to another page...

@barrychapman I ended up wrapping the `SubMenu` in another component and updating the menu toggle based on defaultOpen value @azouaoui-med can you add the useEffect to `SubMenu` component so any...

> @Tasin5541 have you tried using `open` prop instead of `defaultOpen` ? If I use `open` prop, I'll have to manage separate states for them because I want to be...

I faced this problem once with vite. Try deleting the node_modules folder and reinstalling the libraries again. Also stop the vite server first. I use Trivago/prettier-plugin-sort-imports library to always keep...