-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Blueprint Starter Kit: Cannot read property '__extends' of undefined #3262
Comments
@dylanswartz you are likely missing |
can you confirm this ⬆️? may need to add another script tag to that example. |
Tried adding: Seem to still get the same error. |
@dylanswartz did you add it before the blueprint js script tags? |
ah hmm yup this is real! the example file does not work. just opened #3276 to fix. |
Thanks @giladgray! Sorry for not replying seem to miss github notifications |
Are we sure this is fixed? I copied the example and I'm still seeing the same |
Hasn't been deployed yet. Code just merged.
…On Thu, Jan 10, 2019, 5:14 PM Lawrence Chan ***@***.***> wrote:
Are we sure this is fixed? I copied the example and I'm still seeing the
same __extends error. Also the react-transition-group.min.js filename
might need to be updated to react-transition-group.js.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3262 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAcXtvyCiJqvO3qlNJcL2vTqpY0S0gGyks5vB-VlgaJpZM4ZkSGh>
.
|
Oh, maybe you mean that a new blueprint bundle needs to be built and propagated to unpkg for it to work via CDN, not just that the docs/examples need to be updated. If that's the case I'll wait for the next release. |
@llchan release was published late last week. check again! |
Blueprint stuff looks good now, thanks! Btw I think react-transition-group.min.js still needs to be pointed to the unminified version, but that's a diffferent issue. |
Environment
Chrome Browser: Version 71.0.3578.98 (Official Build) (64-bit)
Mac OS 10.13.1
Steps to reproduce
https://blueprintjs.com/docs/#blueprint/getting-started
serve
Actual behavior
The example Blueprint Quick Start for CDN consumption does not work. An exception is thrown in the console and no button renders on the screen.
Expected behavior
Running the Example Blueprint Quick Start in the browser should render a button and not throw exceptions.
Possible solution
I'm not sure. Seems like perhaps some dependency is missing 🤷♂️
The text was updated successfully, but these errors were encountered: