Skip to content

Commit 06aa626

Browse files
authored
fix(MenuSelect): switch from react to preact-compat (#2513)
* fix(MenuSelect): switch from react to preact-compat * v2.2.2-beta.0
1 parent a512abf commit 06aa626

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instantsearch.js",
3-
"version": "2.2.1",
3+
"version": "2.2.2-beta.0",
44
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
55
"homepage": "https://community.algolia.com/instantsearch.js/",
66
"author": "Algolia <support@algolia.com>",

src/components/MenuSelect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { Component } from 'react';
1+
import React, { Component } from 'preact-compat';
22
import PropTypes from 'prop-types';
33

44
import Template from './Template';

src/lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '2.2.1';
1+
export default '2.2.2-beta.0';

0 commit comments

Comments
 (0)