We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a512abf commit 06aa626Copy full SHA for 06aa626
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "instantsearch.js",
3
- "version": "2.2.1",
+ "version": "2.2.2-beta.0",
4
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
5
"homepage": "https://community.algolia.com/instantsearch.js/",
6
"author": "Algolia <support@algolia.com>",
src/components/MenuSelect.js
@@ -1,4 +1,4 @@
-import React, { Component } from 'react';
+import React, { Component } from 'preact-compat';
import PropTypes from 'prop-types';
import Template from './Template';
src/lib/version.js
@@ -1 +1 @@
-export default '2.2.1';
+export default '2.2.2-beta.0';
0 commit comments