8e7478d1d2
* prevent initial transitioning in SSR environment Due to SSR and the hydration step, the transition code was already called even if we were not ready yet. This caused an issue where the `beforeEnter` callback got fired twice intead of once. Fixes: #311 * update changelog