Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use useAfterRender instead of useBeforeRender
Html component always had a delay in rendering. It seems the position of the attached node was not fully calculated in useBeforeRender, but in useAfterRender it is. Makes sense now, thinking about it. Now the Html component should update in "realtime". Please confirm.
- Loading branch information