Changelog
3.2.1
mount
lifecycle
method called after the first child element had been created instead of after
the render had completed.component.update()
during a mount lifecycle handler
resulted in the component recursively mounting ad infinitum.eslint-plugin-import
could not resolve imports of ForgoChangelog
3.2.0
mount()
lifecycle method is only
called after its parent has completely finished renderingnull
or undefined
from their
render()
method (#39)