Skip to content

Commit

Permalink
Merge pull request #50 from newfold-labs/fix/wp6.6-compatibility-issue
Browse files Browse the repository at this point in the history
added regenerator-runtime as dependency for wp6.6 fix
  • Loading branch information
abhijitb authored Jul 18, 2024
2 parents 3fbab1b + 212ea0e commit 9242f84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '95accf81458287f2d495');
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'df55f6ced101179f1862');
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"lodash.debounce": "4.0.8",
"react-instantsearch-hooks-web": "6.43.0",
"react-router-dom": "6.6.2",
"regenerator-runtime": "0.14.1",
"typesense-instantsearch-adapter": "2.7.1"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import 'regenerator-runtime/runtime';
import { createRoot, render } from '@wordpress/element';

import { subscribe } from '@wordpress/data';
Expand Down

0 comments on commit 9242f84

Please sign in to comment.