diff --git a/src/register.tsx b/src/register.tsx index a5545c1..e89abf3 100644 --- a/src/register.tsx +++ b/src/register.tsx @@ -9,8 +9,8 @@ addons.register(ADDON_ID, () => { addons.add(PANEL_ID, { type: types.PANEL, title: 'Formik', - render: ({ active, key }) => ( - + render: ({ active }) => ( + ),