Closed mbohal closed 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.
@AhmAlkalii If you are willing to make a PR, it would be greatly appreciated.
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.