Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Mar 3, 2024
1 parent 7952311 commit d7cd2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils-mui/src/shouldForwardProp/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Utility function that prevents styling props from being passed down and create invalid attribute (React warnings as unknown prop).
* Utility function that prevents styling props from being passed down and create invalid attribute (React warning as unknown prop).
* @param customProps Custom props that shouldn't be passed forward.
* @link Unknown Prop Warning - https://reactjs.org/warnings/unknown-prop.html
*/
Expand Down

0 comments on commit d7cd2ab

Please sign in to comment.