react-native-windows-samples icon indicating copy to clipboard operation
react-native-windows-samples copied to clipboard

fix: event declartion and handler

Open rabbitom opened this issue 1 year ago • 0 comments

Description

Why

  • 'ReactEvent' is obsolete, it raises error when compiling, change it to 'Action'.
  • 'eventHandler' is a member of the component, it raises render error without 'this.'

Screenshots

ReactEvent error ReactEvent Obsolete eventHandler not defined
Microsoft Reviewers: Open in CodeFlow

rabbitom avatar Mar 12 '24 00:03 rabbitom