You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got a small bug in the Context Menu - It seems like the action prop which is listed in the Documentation doesn't seem to function in the latest package for Zeego.
type '{ children: ReactNode; action: string; }' is not assignable to type 'IntrinsicAttributes & ContextMenuTriggerProps & RefAttributes<HTMLSpanElement>'.
Property 'action' does not exist on type 'IntrinsicAttributes & ContextMenuTriggerProps & RefAttributes<HTMLSpanElement>'.
Ignoring the type error and applying press as the action value also doesn't change the behaviour of the press.
Cheers!
The text was updated successfully, but these errors were encountered:
Hey - Loving this project!
Got a small bug in the Context Menu - It seems like the
action
prop which is listed in the Documentation doesn't seem to function in the latest package for Zeego.Ignoring the type error and applying
press
as the action value also doesn't change the behaviour of the press.Cheers!
The text was updated successfully, but these errors were encountered: