-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
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
I'm getting error when using the SDK in the browser #259
Comments
@dongido001 look into https://requirejs.org/ or check out a more highlevel tutorial here: https://getstream.io/chat/react-chat/tutorial/ |
@pterk this is an actual bug; the browser full bundle should be |
@vishalnarkhede @jaapbakker88 we used to support this. ie. https://cdn.jsdelivr.net/npm/[email protected]/dist/browser.full-bundle.min.js works just fine |
@dongido001 in the meantime you can use an older version of the SDK (https://cdn.jsdelivr.net/npm/[email protected]/dist/browser.full-bundle.min.js) |
1.2.3 seems to be the first release with this problem |
Thanks @tbarbugli ! works for me now |
@dongido001 browser bundle has been fixed. now in |
add targetFeedsExtraData param for reactions with feed targets
Ping 844 - improve caching news
I'm getting error when using the SDK in the browser.
When I use the SDK in the script tag:
<script src="https://cdn.jsdelivr.net/npm/stream-chat"></script>I get the following error on the console:
I have also tried using: "https://cdn.jsdelivr.net/npm/stream-chat/dist/browser.full-bundle.min.js" but then I get another error message on the console:
Let me know what I am doing wrong, thanks! @tbarbugli @pterk ...
The text was updated successfully, but these errors were encountered: