Skip to content

Commit

Permalink
remove context values
Browse files Browse the repository at this point in the history
  • Loading branch information
jindaljyoti committed Nov 18, 2024
1 parent 1c3cfdc commit 2212cc8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/primitives/Toggle/fragments/TogglePrimitiveRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ const TogglePrimitiveRoot = ({children,className='',defaultPressed,pressed,onCha
setIsPressed(updatedPressed);
onChange(updatedPressed)
}

const values = {
handlePressed,
isPressed,
setIsPressed
};

return <span className={className}{...props}>{children}</span>

Expand Down

0 comments on commit 2212cc8

Please sign in to comment.