I got a conflict error between GoRouter and VelocityX extension method push and pop.
I'm using GoRouter as my main package for routing for 1 year and recently I know about VelocityX through youtube and am willing to use it. but, after using it, it got this error on the same page where VelocityX and GoRouter exist.
A member named 'push' is defined in extension 'GoRouterHelper' and extension 'VxContextExtensions', and none are more specific. Try using an extension override to specify the extension you want to be chosen
So, I have no idea how to use both packages together. Can anyone give me any suggestions?
I got a conflict error between GoRouter and VelocityX extension method push and pop.
I'm using GoRouter as my main package for routing for 1 year and recently I know about VelocityX through youtube and am willing to use it. but, after using it, it got this error on the same page where VelocityX and GoRouter exist.
A member named 'push' is defined in extension 'GoRouterHelper' and extension 'VxContextExtensions', and none are more specific. Try using an extension override to specify the extension you want to be chosen
So, I have no idea how to use both packages together. Can anyone give me any suggestions?