-
-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Description
Describe the bug
When @vue/apollo-option mixin is being called on the server the patching of the render function fails as
the code of the library refers to the vue render function incorrectly. During ssr the render function of a vue
component is called "ssrRender" rather than "render".
To Reproduce
Steps to reproduce the behavior:
- Run any app with @vue/apollo-option with a production build (vite preview)
- Open a page which uses apollo during ssr.
Expected behavior
The patching of the cleanup function should not fail.
Versions
vue: 3.2.37
vue-apollo: 4.0.0-alpha.20
@apollo/client: 3.6.9
icyJochen and MartDD
Metadata
Metadata
Assignees
Labels
No labels