fix lint command, bump eslint packages
This commit is contained in:
@@ -37,7 +37,6 @@ export function NodeWrapper<NodeType extends Node>({
|
||||
disableKeyboardA11y,
|
||||
rfId,
|
||||
nodeTypes,
|
||||
nodeExtent,
|
||||
nodeClickDistance,
|
||||
onError,
|
||||
}: NodeWrapperProps<NodeType>) {
|
||||
|
||||
@@ -32,3 +32,5 @@ export const Panel = forwardRef<HTMLDivElement, PanelProps>(
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
Panel.displayName = 'Panel'
|
||||
|
||||
Reference in New Issue
Block a user