We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please select the type of issue you are reporting:
Currently, the wishlist loaders return different types for each integration.
VTEX
const loader = async ( props: Props, req: Request, ctx: AppContext, ): Promise<WishlistItem[]> => {
WAKE
const action = async ( _props: unknown, req: Request, ctx: AppContext, ): Promise<WishlistReducedProductFragment[]> => {
We expect the same type of return, so we can be able to reuse this result in front end components.
This creates the problem of not being able to build canonical components on the front end.
The text was updated successfully, but these errors were encountered:
Remember to create new loaders and deprecated the current ones.
Sorry, something went wrong.
No branches or pull requests
Issue Type
Please select the type of issue you are reporting:
Description
Currently, the wishlist loaders return different types for each integration.
VTEX
WAKE
Expected Behavior
We expect the same type of return, so we can be able to reuse this result in front end components.
Actual Behavior
This creates the problem of not being able to build canonical components on the front end.
The text was updated successfully, but these errors were encountered: