When defining routes on a per component basis, an error will be thrown indicating that the state was already defined. This is because of this line. It always iterates over all the states (including the ones previously declared). It should only iterate over the new states in the current component being bootstrapped.
When defining routes on a per component basis, an error will be thrown indicating that the state was already defined. This is because of this line. It always iterates over all the states (including the ones previously declared). It should only iterate over the new states in the current component being bootstrapped.