score:4

Accepted answer

from the docs, anchororigin takes an object like this:

anchororigin={{
  vertical: 'bottom',
  horizontal: 'left',
}}

you are omitting the inner {} and vertical and horizontal property names in your implementations


Related Query

More Query from same tag