hjyang369

Results 2 comments of hjyang369

use this code. `highlightEnable={false}` and They had the same issues as you. [https://github.com/uiwjs/react-md-editor/issues/276](#276)

if you use SSR try this code Where to load the color picker This code only renders on the client. ``` const ColorPicker = dynamic(() => import('../components/ColorPicker'), { ssr: false...