lightning-react icon indicating copy to clipboard operation
lightning-react copied to clipboard

LockerService v40

Open SocialsuiteJesse opened this issue 7 years ago • 1 comments

From lockerservice v40 onwards the bundled version won't work as it wraps the nodes in a Proxy object. Not sure on what a possible fix to this is yet.

Also the global variable in global export needs to be changed from: module.exports = global["reactSearch"] = __webpack_require__(1); to module.exports = window["reactSearch"] = __webpack_require__(1); in order for reactSearch to be available inside the lightning component

SocialsuiteJesse avatar Mar 13 '18 02:03 SocialsuiteJesse

Hi socialsuiteJesse, I tried updating the code but the issue remains the same. Can you please help? Thanks [email protected]

alekhSharma avatar Aug 12 '18 19:08 alekhSharma