Comma separated value for Place prop throws error
When trying to pass a list of place options as stated in the docs , it does not work and throws an error.

Error:

TypeScript Type for Place prop:

The TypeScript Error:

@daceynolan Hi, I think you misunderstood the type, it's either TOP or RIGHT or BOTTOM or LEFT, you pass only ONE place.
@ChARCOOL I don't think I misunderstood the type. The docs said that you could pass the place comma-separated under the values. It even shows an example as "left,right".

@daceynolan you absolutely right, it's a mistake in docs or missed functionality in code.
And this docs was updated here https://github.com/wwayne/react-tooltip/pull/743 but functionality wasn't added correctly. @aronhelser please check
+1, I'm also having this issue.
+1