4.6.8 supplement (#831)
Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
@@ -99,7 +99,7 @@ const Code = React.memo(function Code(e: any) {
|
||||
{children}
|
||||
</CodeLight>
|
||||
);
|
||||
}, [codeType, className, inline, match, strChildren]);
|
||||
}, [codeType, className, inline, match, children, strChildren]);
|
||||
|
||||
return Component;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user