Štěpán Mynařík
Štěpán Mynařík
I noticed 'IMvxNameMapping' is being instantiated and registered in 'MvxSetup.InitializeViewModelTypeFinder'. This is not called in my case, because 'MvxViewModelViewTypeFinder' is being resolved from somewhere before that can happen. No idea...
New intel: last log message I get when set to verbose is "Setup: StringToTypeParser start" (coming from MvxSetup.InitializeSecondary) EDIT: This time I got even further... to "Setup: FillableStringToTypeParser start" or...
 I did the following overrides in my custom droid Setup class and found out the exception is thrown when I try to step over the highlighted line of code....
I just caught up with this conversation and found out the 'fx_test' branch seems to be a little outdated :( Are you still considering finishing this feature? Also, a little...
> Ok i got it working. If you get latest of the branch `fx_test` and open main.unity, it will spawn instances of the SprayPFX prefab at wave crests. You can...
Same problem here: `box-shadow: 0 0 2px rgb(0 0 0 / 15%);`
Same here, 'minify: false' solves the problem, but is not a long term solution. The 'runtimeOnly: false' setting nor updating to beta helped in my case though. 
> Here are the very prototype of definitions FYR: > > ``` > > type Props = { > someArray: string[]; > }; > // ⬇️ ReactiveVariable > const {...
Same problem. Every time I open or close the drawer, everything starts rebuilding like crazy :( This happens in example_1.dart as well, so it should not be a faulty integration...
@Dn-a Thank you for the quick follow-up. This issue is particularly noticeable in our app due to a use of a WebView. Rebuilding WebView is just incredibly resource intensive.