Empty product array on "page.empty_cart" generate a invalid json schema
Open
triage
- Dominant language
- TypeScript
- Stars
- 28
- Forks
- 30
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 4
Description
`product: []` creates a `items: []` property type, which is invalid.
we may cast it to an object so it will generate a valid json such as `items: {}`.
https://github.com/deco-cx/apps/blob/0246e5e229059466bae4f718d4225229db0404fe/vtex/actions/analytics/sendEvent.ts#L18
Contributor guide
Assessment
This issue has not been assessed yet.