myxvisual / react-uwp

📱⌨ React Components that Implement Microsoft's UWP Design & Fluent Design.
https://react-uwp.com
MIT License
1.18k stars 78 forks source link

After updating to 1.2.2, Error : Object doesn't not support property 'addEventListener' #61

Open ShrinathGupta opened 6 years ago

ShrinathGupta commented 6 years ago

Problem description

After updating to 1.2.2, getting below error.

If i only import button from module. it throws error.

Code

import Button from "react-uwp/Button";

error4

Versions

"react": "16.5.0",
"react-dom": "^16.5.2",
"react-native": "0.57.1",
"react-native-htmlview": "^0.13.0",
"react-native-windows": "^0.57.0-rc.0",
"react-router-dom": "^4.3.1",
"react-uwp": "1.2.2"

@myxvisual Please can you look into it. you help will be highly appreciated.

soryy708 commented 5 years ago

What browser + version are you using?