Consider the MWE
\documentclass{beamer}
\usepackage{smartdiagram}
\begin{document}
\begin{frame}[plain]
\smartdiagramanimated[descriptive diagram]{
{$a$, $\alpha$},
{$b$,$\beta$},
{$x$,$\xi$}}
\end{frame}
\end{document}
Instead of the expected Greek letter ΞΎ there is a 3. Why?

