UXDivers / Gorilla-Player-Support

This is the public Gorilla Player support website
http://gorillaplayer.com
115 stars 17 forks source link

Issue using TargetNullValue in Bindings #379

Open henda79 opened 4 years ago

henda79 commented 4 years ago

Recently I've came across this issue where Gorilla Player would show an error on several of my XAML files even though they work render fine on the device.

The error is:

Cannot read property 'ISSUE_XAML_AREA' of undefined

I spent hours trying to work out this cryptic message and finally found that it was down to the TargetNullValue on a binding.

With this removed the XAML previews fine, if I add it back, the errors occurs.

Any ideas how to fix this ?