St John Peaster
St John Peaster
First - Thank you for all the work that has gone into react-scrollbars-custom, it's a great package and I really love it! Same issue, for a given scrollable test, I'm...
Just wanted to add that I'm super thankful to everyone who contributes to this project. Maybe this should be a separate issue, but RE: custom tools. I have a custom...
Same, it's breaking JSDOM for me too. Here is my CSS parsing error detail ``` detail: '\n' + ' @layer theme {\n' + ' :root {\n' + ' --theme-bodyBackgroundColor: #a85a5a;\n'...
Thanks @mariojankovic , your workaround didn't work for me but it did inspire me to try this ```ts moduleNameMapper: { '@emotion/styled/macro': '@emotion/styled' } ``` This way the bundler still uses...
Thank you @alexdima 🎉