We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To upgrade to v0.5.0 is relatively simple. All your changes only need to be made in the Bootstrapper class.
1 Change your React.Container for a ReactHabitat.ContainerBuilder.
React.Container
ReactHabitat.ContainerBuilder
2 Change your registrations to use the container builder with register and as.
register
as
3 Now make sure you .build() the container builder before you set it.
.build()