Henrik Horneber

Results 5 comments of Henrik Horneber

> Minimum repro https://stackblitz.com/edit/stackblitz-starters-q4mqvr?file=src%2FApp.js > > ```js > import React from 'react'; > import styled from 'styled-components'; > > export default function App() { > return ( > > >...

I haven't tried OP's minimal example, but a larger codebase I'm migrating from v5 to v6 shows this exact behavior under very similar circumstances. I.e. CSS that's using `&` gets...

Reproduced with OP's minimal example. https://codesandbox.io/s/youthful-darwin-wwdr99

If anyone is looking at this issue and wondering about a resolution, https://github.com/manticore-projects/xml-doclet has a JDK11 compatible alternative. It seems to be based on the work @vojtechhabarta mentioned earlier in...

> @t-ashraf thanks for answering. I checked but still confused about how to move on new quill v2 in react. As long as there is no new release, you don't...