Skip to content

Commit

Permalink
Remove deprecated key
Browse files Browse the repository at this point in the history
  • Loading branch information
HighLiuk authored Jan 11, 2024
1 parent 4d2ca4f commit 27ed219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/preset/manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ addons.register(ADDON_ID, () => {
type: types.PANEL,
title: "xState Inspector",
paramKey: "xstate",
render: ({ active, key }) => (
<AddonPanel active={!!active} key={key}>
render: ({ active }) => (
<AddonPanel active={!!active}>
<XStateInspectorPanel />
</AddonPanel>
),
Expand Down

0 comments on commit 27ed219

Please sign in to comment.