NavigationStack problem #3456
Closed
easiwriter
started this conversation in
General
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@easiwriter The zip you attached doesn't appear to contain a project, just a few source files. Can you share an entire project that's ready to compile? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for your reply to an earlier post (CPU Overload). I realised that I was missing public init functions for the reducers, so I added those plus some more elsewhere and now the whole project compiles except for one situation. The attached zip contains the details.
Archive.zip
RootFeature contains the reducer and view for the root. The error report applies to the RootView starting at line 63. The files RootFeature 2 and RootView are from the unmodularised version of the project which compiles without error. The only difference is the addition of public in the failing version.
I'm sure the answer to this is obvious. I just can't see it.
Beta Was this translation helpful? Give feedback.
All reactions