We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.23.1
Hi
We are getting an error since upgrading to @algolia/recommend version 4.23.1. Previous version 4.23.0 seems to be ok.
@algolia/recommend
4.23.0
Very basic client initialization fails:
import algoliarecommend from '@algolia/recommend'; const client = algoliarecommend( ..., ... );
with error:
const client = algoliarecommend( ^ TypeError: (0 , recommend_1.default) is not a function
The text was updated successfully, but these errors were encountered:
Thanks for your report @peeterkask. @algolia/recommend@4.23.2 has just been released with a fix for this issue.
@algolia/recommend@4.23.2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi
We are getting an error since upgrading to
@algolia/recommend
version4.23.1
. Previous version4.23.0
seems to be ok.Very basic client initialization fails:
with error:
The text was updated successfully, but these errors were encountered: