Skip to content

Commit

Permalink
[core] Fix failing CI on master (mui#14644)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii authored and Arthur Balduini committed Sep 30, 2024
1 parent 9dd5e72 commit 393856f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/x-charts/src/ChartsTooltip/useAxisTooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import { AxisInteractionData, InteractionContext } from '../context/InteractionProvider';
import { useSeries } from '../hooks/useSeries';
Expand Down
1 change: 1 addition & 0 deletions packages/x-charts/src/ChartsTooltip/useItemTooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import { InteractionContext, ItemInteractionData } from '../context/InteractionProvider';
import { useSeries } from '../hooks/useSeries';
Expand Down

0 comments on commit 393856f

Please sign in to comment.