mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-11 18:02:26 +03:00
fix(react): removed warning for deprecated defaultProps (#248)
* fix(react): Warning for deprecated defaultProps Fixes #180 * Create late-icons-sit.md --------- Co-authored-by: Nikolay Kost <JiLiZART@Gmail.com>
This commit is contained in:
@@ -34,11 +34,4 @@ const Component = ({
|
||||
content(children, plugins, options),
|
||||
);
|
||||
|
||||
Component.defaultProps = {
|
||||
container: 'span',
|
||||
plugins: [],
|
||||
options: {},
|
||||
componentProps: {},
|
||||
};
|
||||
|
||||
export default Component;
|
||||
|
||||
Reference in New Issue
Block a user