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

feat(vue 3): support inject without this #951

Merged
merged 2 commits into from
Jun 1, 2021

Conversation

eunjae-lee
Copy link
Contributor

@eunjae-lee eunjae-lee changed the base branch from master to feat/v3-compat-define-component April 13, 2021 13:16
@@ -72,6 +67,11 @@ Read more on using connectors: https://alg.li/vue-custom`
},
},
methods: {
getParentIndex() {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

not sure if it's the best approach, though

Copy link
Contributor

Choose a reason for hiding this comment

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

this makes sense, but would need to see it together with the InstantSearch change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Haroenv can you explain what you mean here? ↑

@@ -11,12 +11,7 @@ export const createWidgetMixin = ({ connector } = {}) => ({
);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this needs to be fixed too

@codesandbox-ci
Copy link

codesandbox-ci bot commented Apr 13, 2021

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 20373cf:

Sandbox Source
vue-instantsearch-e-commerce Configuration

@eunjae-lee eunjae-lee added this to the Vue 3 milestone Apr 13, 2021
@eunjae-lee eunjae-lee force-pushed the feat/v3-compat-define-component branch from f40694c to 79de5a9 Compare June 1, 2021 12:59
Base automatically changed from feat/v3-compat-define-component to feat/vue3-compat June 1, 2021 13:01
@eunjae-lee eunjae-lee force-pushed the feat/v3-compat-inject branch from 20373cf to 878347c Compare June 1, 2021 13:03
@eunjae-lee eunjae-lee marked this pull request as ready for review June 1, 2021 13:03
@eunjae-lee eunjae-lee merged commit cf7f20a into feat/vue3-compat Jun 1, 2021
@eunjae-lee eunjae-lee deleted the feat/v3-compat-inject branch June 1, 2021 13:04
eunjae-lee added a commit that referenced this pull request Jun 24, 2021
This reverts commit cf7f20a,
because the issue has been fixed since Vue@3.1.2 by
vuejs/core#3925
Haroenv pushed a commit to algolia/instantsearch that referenced this pull request Dec 28, 2022
Haroenv pushed a commit to algolia/instantsearch that referenced this pull request Dec 28, 2022
…instantsearch#951)"

This reverts commit 8348d3d,
because the issue has been fixed since Vue@3.1.2 by
vuejs/core#3925
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.

2 participants