You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is it happening?
Can't use AlgoliaSearchBox in a custom theme because the component is imported in NavBar using @:
import AlgoliaSearchBox from '@AlgoliaSearchBox'
Solution proposed:
import AlgoliaSearchBox from './AlgoliaSearchBox'
Edit: The problem was because I created a custom theme based on the default-theme. So, I only need to edit the Navbar.vue of my custom theme to solve the problem.
The text was updated successfully, but these errors were encountered:
What is it happening?
Can't use AlgoliaSearchBox in a custom theme because the component is imported in NavBar using
@
:Solution proposed:
Edit: The problem was because I created a custom theme based on the default-theme. So, I only need to edit the Navbar.vue of my custom theme to solve the problem.
The text was updated successfully, but these errors were encountered: