Tell us about your environment
What did you do? Please include the actual source code causing the issue.
In our documentation for the <tooltip> component, we use the effect="scale" option in the example code, which is not documented.
What did you expect to happen?
The effect option should be documented, or be removed depending on what should be the actual effect of effect (I tried effect="fade" like other components, but it didn't seem to work).
Tell us about your environment
What did you do? Please include the actual source code causing the issue.
In our documentation for the
<tooltip>component, we use theeffect="scale"option in the example code, which is not documented.What did you expect to happen?
The
effectoption should be documented, or be removed depending on what should be the actual effect ofeffect(I triedeffect="fade"like other components, but it didn't seem to work).