Accordingly, ContextMenu.Content elements do not accept accept any of those props.
Expected behavior
These things should be in agreement.
Reproducible example
N/A
Suggested solution
Correct either the type definition or the documentation based on intended behavior. (I vote for allowing these props for maximum customization. e.g. replacing default context menu behavior on mobile with a maximally configurable menu)
Bug report
Current Behavior
Currently, the documentation for React Context Menu indicates that side, alignment, and sideOffset are configurable for Context Menu.
Code example from top of page:
Features section includes:
But ContextMenuContentProps is defined as follows:
Accordingly,
ContextMenu.Content
elements do not accept accept any of those props.Expected behavior
These things should be in agreement.
Reproducible example
N/A
Suggested solution
Correct either the type definition or the documentation based on intended behavior. (I vote for allowing these props for maximum customization. e.g. replacing default context menu behavior on mobile with a maximally configurable menu)
Additional context
Your environment