Eric R.

Results 11 comments of Eric R.

hello @cacpgomes, A huge thanks for the valuable contribution, it means alot to us! unfortunately, when I tried to reproduce it I got a few errors. you need to install...

hello @cacpgomes. Thank you for your response! I've fixed the above issues. but now I'm getting other issues, when I drop the file to it, here is my [code](https://github.com/lifeeric/material-ui-dropzone). ```...

@cacpgomes Wow, that's absolutely mind-blowing. I was struggling with the [error](https://github.com/Yuvaleros/material-ui-dropzone/pull/328#issuecomment-938658126) and never knew to fix it by adding `forwardRef`. how you managed to fixed? You're the real hero, You...

Hello @amireallyadev! the maintainer of this project looks very busy, but it may take some time to look into this. in the meantime, you can use this package which I've...

@sureshHARDIYA is there any issue in the library that requires the lib to be in react 18? thank you

@sureshHARDIYA oh, got it! I am totally packed with tasks. however, I'll try to fix it next week! thank you

@ibedarev Hello, how's it goin'? I see you've done a great job! but would you mind sharing what you improved in this PR, it helps the maintainer to look into...

@yoavbls Thank you so much for your contribution to this project, it means a lot to us! Generic is a great feature to use and you have done a great...

Thanks that helped me, but now I'm getting this issue when I click on the popup icon ``` WebSocket connection to 'ws://ihblleiljlbcemcnbngoidmlaakfboni/sockjs-node' failed: Error in connection establishment: net::ERR_NAME_NOT_RESOLVED ```

Hello @Ormesome, as I understand you need to pass the value props to the component, so it will update the color, thank you! ```js const [color, setColor] = useState(createColor("red")); const...