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
as you can see 2 things where happening the connection of the the definition of a connected Router that had the defined scenes and the connection of the main container to the set of available actions.
removing create scenes and the connected router with redux worked for me, but i am still curious, on if this is by design and will it continue working on the future?
is this somehow related to migration point 1? (No component support for scene containers (that contains children Scene) - you have to use custom navigators (navigator prop) and possibly contentComponent (scenes cannot have both 'component' and 'children'))
Version
Tell us which versions you are using:
Expected behaviour
i can connect the router and my components to have access to redux, so I have access to conected actions.
Actual behaviour
No access to redux actions.
Steps to reproduce
In version 3 i could define my routes and connect them to my action in the next way.
as you can see 2 things where happening the connection of the the definition of a connected Router that had the defined scenes and the connection of the main container to the set of available actions.
in any of the underlaying components if I have
it will print undefined.
what am i doing wrong? 🤔
The text was updated successfully, but these errors were encountered: