You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
The Renderers seems to have improperly implemented calling the Command. As a matter of standard practice, CanExecute for a Command expects the same value that will be passed to Execute. The purpose of CanExecute is to evaluate the Command Parameter to determine whether or not it should execute. The sample below points to the UWP renderer, but it appears all of the platforms have implemented this the same wrong way.