lwc icon indicating copy to clipboard operation
lwc copied to clipboard

Redux DevTools extension with LWC

Open fenixjke opened this issue 2 years ago • 1 comments

I'm creating an application with using Redux state manager and I would like to use Redux DevTools chrome extension for logging and debugging purposes during development. However, it doesn't seem that the extension can detect a store created from lightning web component (due to secure wrappers??) Does anybody know if it's possible to make Redux DevTools work with stores created from LWC?

fenixjke avatar Aug 17 '22 13:08 fenixjke

Hi, thanks for reaching out. I don't believe this is an issue in LWC itself, but yes, it is probably due to either 1) the Proxy wrappers used by observable-membrane, or 2) Locker/Lightning Web Security wrappers.

Since this isn't directly related to LWC, this may be a good question for the Salesforce StackExchange.

nolanlawson avatar Aug 22 '22 20:08 nolanlawson