Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing tracking code in rendered HTML
`onRenderBody` does take any return type, I removed the useless `return null` at the end of this function. `setHeadComponents` doesn't return anything so the right side of the `&&` wasn't executed, only the `head` was built.
- Loading branch information