Skip to content

undeclared identifier: 'AddLoanDialogState' #46

Answered by can-lehmann
ITwrx asked this question in Q&A
Discussion options

You must be logged in to vote

I assume that you have a line like export AddLoanDialog in the module that contains the definition for the dialog. In order for AddLoanDialogState to be available in other modules, you need to export it as well (so export AddLoanDialog, AddLoanDialogState).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ITwrx
Comment options

Answer selected by ITwrx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants