Dear Sašo,
I came across a bug in the edges library where the edge is not drawn correctly from the first parent to its children if grow=west is chosen. Everything is fine for grow=east:

\documentclass{article}
\usepackage[edges]{forest}
\begin{document}
\begin{forest} for tree = {forked edges,grow=east}
[Hello world
[Bello World]
[Cello world]
]
\end{forest}\hfill
\begin{forest} for tree = {forked edges,grow=west}
[Hello world
[Bello World]
[Cello world]
]
\end{forest}
\end{document}
Dear Sašo,
I came across a bug in the
edgeslibrary where the edge is not drawn correctly from the first parent to its children ifgrow=westis chosen. Everything is fine forgrow=east: