Carlos Sanchez
Carlos Sanchez
Seems like adding `disableSyncEventPost` did the trick for us https://launchdarkly.github.io/js-client-sdk/interfaces/_launchdarkly_js_client_sdk_.ldoptions.html#disablesynceventpost ```ts const LaunchDarklyProvider = await asyncWithLDProvider({ clientSideID: ..., options: { disableSyncEventPost: true }, }); ```
This solved our issue: ```ts const mockDispatch = jest.fn(); const mockSelector = jest.fn(); jest.mock("react-redux", () => ({ ...jest.requireActual("react-redux"), useDispatch: () => mockDispatch, useSelector: () => mockSelector, })); ```
> Tree-shaking doesn't work because Zod relies on method chaining. For tree-shaking to work, it should expose individual functions like https://github.com/ianstormtaylor/superstruct (`s.nullable(s.string())`). > > ❌ Not tree-shakeable: > > ```js...
any news here?
@DmitriyLewen I think this PR is the culprit https://github.com/aquasecurity/trivy-action/pull/406 I think this action needs to add `aquasecurity/setup-trivy` to this repo's allowed actions? Here is my issue: ``` Error: Bad request...