react-ui-org / react-ui

React UI is a themeable and performant UI library for React apps.
https://react-ui.io
MIT License
21 stars 7 forks source link

Forgottent console log in dev mode #532

Closed mbohal closed 7 months ago

mbohal commented 7 months ago

This https://github.com/react-ui-org/react-ui/blob/9014fb5f2cbd752c5753f439154b91a7268a2735/src/components/_helpers/transferProps.js#L27 console.log should not be there.

Also, to prevent similar error in the future, we should forbid console.log statements unless explicitly allowed by eslint-disable… statement.

AhmAlkalii commented 7 months ago

Hi,

I'm interested in working on this issue. Could you please provide additional information to help me understand it better?

Thank you.

mbohal commented 7 months ago

@AhmAlkalii If you are willing to make a PR, it would be greatly appreciated.