Skip to content

Commit

Permalink
fix(unbxdseachwrapper): updated js core for facetvalue fix and catego…
Browse files Browse the repository at this point in the history
…ry page rendering from url

category page will be rendered from url if url params are updated in url
  • Loading branch information
manu-unbxd committed Nov 30, 2021
1 parent 409f53a commit 52311a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnbxdSearchWrapper.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import UnbxdSearch from '@unbxd-ui/unbxd-search-core';
//mapping for the local debug
//local filepath for js core
//import UnbxdSearch from '../../../search-JS-core/src/index';

import { AppContextProvider } from './common/context';
Expand Down

0 comments on commit 52311a8

Please sign in to comment.