chore: avoid using delete (#4923)
This commit is contained in:
@@ -84,7 +84,7 @@ function Search(
|
||||
};
|
||||
|
||||
const inheritData = inherit(ctx);
|
||||
delete inheritData.attrs;
|
||||
inheritData.attrs = undefined;
|
||||
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user