fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Update ModuleInstance.uno #1404

Closed AndrewEQ closed 3 years ago

AndrewEQ commented 3 years ago

Fixes an edge use case where navigation possibly reloads a page which tries to re-add a module again with the same key in the dictionary, thereby throwing a dictionary error which crashes the app: https://github.com/fuse-open/uno/blob/b9bd80402a775f3572e1bf84e32b28b2706de971/lib/UnoCore/Source/Uno/Collections/Dictionary.uno#L358

mortend commented 3 years ago