instead of using default beamer command columns I want to use paracol environment - to top-align columns.
But,
! LaTeX Error: Not in outer par mode.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.2 \begin{paracol}{2}
Is it fixable?
\begin{frame}[fragile]{}
\begin{paracol}{2}
xxx
\switchcolumn
yyy
\end{paracol}
\end{frame}