First of all thanks for great library with full of features. Appreciating for the work 🙏🏼
Problem: I'm new to using the library, but noticed one thing. In my code example there is few long lines. I'm using wrap lines extension, but it keeps growing inside same line number (1st line). Shouldn't it push it to new line? (2,3,4...)
First of all thanks for great library with full of features. Appreciating for the work 🙏🏼
Problem: I'm new to using the library, but noticed one thing. In my code example there is few long lines. I'm using wrap lines extension, but it keeps growing inside same line number (1st line). Shouldn't it push it to new line? (2,3,4...)
using v4, here is re-producable code example: https://stackblitz.com/edit/react-vycf3s?file=src%2FApp.js
Screenshot of the issue: