You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using options.target, I want to use options.router. I have found that options requires a 'target' property though, even though it will never be used.
This isn't really a big thing, except that it would be nicer to not have a dummy target specified when using the router.
If I'm missing functionality that target is providing despite router being used please point it out to me!
If I don't have options.target I get the ERR_CONFIG_FACTORY_TARGET_MISSING
The text was updated successfully, but these errors were encountered:
Instead of using options.target, I want to use options.router. I have found that options requires a 'target' property though, even though it will never be used.
This isn't really a big thing, except that it would be nicer to not have a dummy target specified when using the router.
If I'm missing functionality that target is providing despite router being used please point it out to me!
If I don't have options.target I get the
ERR_CONFIG_FACTORY_TARGET_MISSING
The text was updated successfully, but these errors were encountered: