Joseph Thomaschaske
Joseph Thomaschaske
This issue also affects `__Share` records
> This solution worked for me: https://stackoverflow.com/a/66687075/4064775 > > ``` > import crypto from "crypto"; > > Object.defineProperty(global.self, "crypto", { > value: { > subtle: crypto.webcrypto.subtle, > }, > });...
Related to https://github.com/apex-enterprise-patterns/fflib-apex-common/issues/208
@pmdartus in your fork, if you open the browser dev tools console the child component logs out the keys as a `CryptoKey` and not a proxy. Is it possible for...
Is there a work around for this? Wrapping my `lightning-tree-grid` component with a div with min-height does not show the spinner
@mgrissa I'm running into this issue and I'm assuming running it locally is not supported. It completely bypasses the authorizer and hits your function which is not ideal when your...
@nk2580 I'm working around it by starting my local api with an environment variable. If I see that environment variable in my lambda then I use the email I pass...
@mgrissa I'm not using Serverless Framework. I want to use 1st party tooling if it's available and this is a viable work around.
I have a similar issue where no coverage is being reported on 1.2.1. I need to explicitly set `coverageProvider` in my `jest.config.js` file for it to show
You can do this through mocking. Here's an example of doing it with the the standard `lightning-modal` components https://salesforce.stackexchange.com/questions/388022/how-can-i-test-that-my-component-which-implements-the-standard-modal-components/389583#389583