react-codemirror icon indicating copy to clipboard operation
react-codemirror copied to clipboard

There is a blank line at the top of the CodeMirrorMerge component.

Open tonymaa opened this issue 1 year ago • 1 comments

https://codesandbox.io/s/practical-taussig-xsuuih?file=/src/App.js image

There is a blank line at the top of the CodeMirrorMerge component.

tonymaa avatar Apr 10 '23 06:04 tonymaa

@tonymaa https://codesandbox.io/embed/https-github-com-uiwjs-react-codemirror-issues-487-q6n7xq?fontsize=14&hidenavigation=1&theme=dark

root.render(
-  <StrictMode>
    <App />
-  </StrictMode>
);

jaywcjlove avatar Apr 10 '23 16:04 jaywcjlove