Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

fix(ssr): extend component correctly if at root (vue2) #1104

Merged
merged 4 commits into from
Jan 31, 2022
Merged

Conversation

Haroenv
Copy link
Contributor

@Haroenv Haroenv commented Jan 28, 2022

fixes #1054

Essentially the problem is that $vnode is usually available, but not when the this is a root Vue instance. In that case we are in the "Vue.component" case, which before now always was wrong (it takes two arguments, not one)

fixes #1054

Essentially the problem is that $vnode is usually available, but not when the this is a root Vue instance. In that case we are in the "Vue.component" case, which before now always was wrong (it takes two arguments, not one)
@Haroenv Haroenv requested review from a team, dhayab and sarahdayan and removed request for a team January 28, 2022 17:19
@codesandbox-ci
Copy link

codesandbox-ci bot commented Jan 28, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit b88013d:

Sandbox Source
vue-instantsearch-e-commerce Configuration

Copy link
Member

@dhayab dhayab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Haroenv added a commit that referenced this pull request Jan 31, 2022
Essentially the problem is that $vnode is usually available, but not when the this is a root Vue instance. In that case we are in the "Vue.component" case, which before now always was wrong (it takes two arguments, not one)

Same as #1104
see also #1054
Haroenv added a commit that referenced this pull request Jan 31, 2022
Essentially the problem is that $vnode is usually available, but not when the this is a root Vue instance. In that case we are in the "Vue.component" case, which before now always was wrong (it takes two arguments, not one)

Same as #1104
see also #1054
Haroenv and others added 2 commits January 31, 2022 13:50
Co-authored-by: Sarah Dayan <5370675+sarahdayan@users.noreply.github.com>
@Haroenv Haroenv merged commit 08b7124 into master Jan 31, 2022
@Haroenv Haroenv deleted the fix/ssr branch January 31, 2022 13:08
Haroenv added a commit that referenced this pull request Jan 31, 2022
Haroenv added a commit that referenced this pull request Jan 31, 2022
* fix(server): extend component correctly if at root

Essentially the problem is that $vnode is usually available, but not when the this is a root Vue instance. In that case we are in the "Vue.component" case, which before now always was wrong (it takes two arguments, not one)

Same as #1104
see also #1054

* Update src/util/createServerRootMixin.js

* make the funky new test pass

* update test name, as in #1104

* Update src/util/__tests__/createServerRootMixin.test.js

Co-authored-by: Sarah Dayan <5370675+sarahdayan@users.noreply.github.com>

Co-authored-by: Sarah Dayan <5370675+sarahdayan@users.noreply.github.com>
Haroenv added a commit to algolia/instantsearch that referenced this pull request Dec 28, 2022
…nstantsearch#1104)

* fix(ssr): extend component correctly if at root (vue2)

fixes algolia/vue-instantsearch#1054

Essentially the problem is that $vnode is usually available, but not when the this is a root Vue instance. In that case we are in the "Vue.component" case, which before now always was wrong (it takes two arguments, not one)

* not only

* Update src/util/__tests__/createServerRootMixin.test.js

Co-authored-by: Sarah Dayan <5370675+sarahdayan@users.noreply.github.com>

Co-authored-by: Sarah Dayan <5370675+sarahdayan@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSR is broken
3 participants