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
I have included this library in a typescript project and tsc has started throwing compile errors because I'm using missing fields in StateDeclaration.
This doesn't happend with sticky-states which I've included before this one, so after looking at StateDeclaration overrides in two project I've seen that StateDeclaration it's defined with different module names:
I suggest to modify this declaration to have the same module name as in sticky-states module, because with that change tsc would compile projects correctly
The text was updated successfully, but these errors were encountered:
I have included this library in a typescript project and tsc has started throwing compile errors because I'm using missing fields in StateDeclaration.
This doesn't happend with sticky-states which I've included before this one, so after looking at StateDeclaration overrides in two project I've seen that StateDeclaration it's defined with different module names:
StateDeclaration in @uirouter/dsr
StateDeclaration in @uirouter/sticky-states
I suggest to modify this declaration to have the same module name as in sticky-states module, because with that change tsc would compile projects correctly
The text was updated successfully, but these errors were encountered: