Skip to content

Commit

Permalink
Fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jul 5, 2023
1 parent e864c00 commit eac31f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/panel/Panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const Panel = React.forwardRef((inProps, ref) => {
return () => {
unloadStyle();
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

const { ptm, cx } = PanelBase.setMetaData({
Expand Down

0 comments on commit eac31f5

Please sign in to comment.