Ali

Results 9 comments of Ali

This line still seems to be problematic: `import "@uiw/react-textarea-code-editor/dist.css";` causing following error: ``` error - ../../@uiw/react-textarea-code-editor/dist.css Global CSS cannot be imported from files other than your Custom . Due to...

Do I still need to keep dist.css import after upgrading to 1.4.7? Because I still get ``` error - ../../@uiw/react-textarea-code-editor/dist.css Global CSS cannot be imported from files other than your...

I wonder if the example only works because the css was imported in a file under the /pages folder. I am importing it outside /pages so it probably doesn't run...

thanks for working on this @koteus 🤝

@compulim is there anything we can help to get this reviewed and merged?

More context: This happens when the textarea leaves and comes back into the viewport, like switching tabs etc. In that case, it happens to add a height to the textarea...