Daniel Hara

Results 5 issues of Daniel Hara

1) What version of bluebird is the issue happening on? 3.7.1 2) What platform and version? (For example Node.js 0.12 or Google Chrome 32) Node 12.9.1, [email protected] 3) Did this...

Using React 17 with styleguidist, I get following warning: ``` warning "react-styleguidist > [email protected]" has incorrect peer dependency "react@^16.0.0". warning "react-styleguidist > [email protected]" has incorrect peer dependency "react-dom@^16.0.0". ``` `react-simple-code-editor`...

@armandabric Fixes https://github.com/algolia/react-element-to-jsx-string/issues/301, test case was added It's my first contribution, so just let me know if everything is ok according to the guidelines of the project (I didn't find...

@lexanth , thank you a lot for your reply to https://github.com/lexanth/testing-library-table-queries/issues/31#issuecomment-1899194615 This PR aims to address the following point mentioned by https://github.com/lexanth/testing-library-table-queries/issues/31#issuecomment-1899194615: > Allow custom text normalisation/matching I did so...

Hello @lexanth , First of all, I'd like to thank you for this package. It's very useful and helped me a lot in testing tables! 🎉 I'd like to ask...