Lyle-Anthony Aigbedion

Results 12 comments of Lyle-Anthony Aigbedion

Has any progress been made on this? I'm running into the same issue.

Actually, you can add ` "transformIgnorePatterns": [ "/node_modules/(?!graphviz-react)" ] ` to your jest configuration to prevent this issue. I ran into something like this while implementing React Drag and Drop...

I got past the error by adding `transform: { '^.+\\.(ts|tsx|js)$': 'ts-jest'}` and `transformIgnorePatterns: [ '/node_modules/(?!graphviz-react)' ]` to the jest.config.js file and in your tsconfig.json `"allowJs": true`. The test fails btw,...

Hi, can you provide more clarification as to what can be done to solve this issue?

I actually found a work around for my project. I added `.dropdown-content{ overflow-y: auto }` to my css and it scrolls properly for me.

Any progress on this?

Looking for this behaviour as well. This is available with https://github.com/praveenn77/docusaurus-lunr-search which I switched from due it's lack of style customization