-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Progress Error: this.element.progress is not a function #297
Comments
should it work on this version? |
It should. |
Which guide are you referring to here? |
i mean these instructions jquery loaded
Is there another way I should be loading it? Maybe your example should load it too?
|
isn't the whole point of stardust so that we don't need to use jQuery when combining SUI with React? |
That is the goal, and we're close to it. As noted in the README, Stardust is in development and undergoing big changes. Note the current high priority v1.0 Migrations issues:
An ...
<!-- Temporary script dependencies until we're done removing jQuery -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/semantic.js"></script>
</head>
...
We've been at this a while and it is no small undertaking. We ought to join forces on this. We've got a good amount of manpower and smarts behind this project. I'd encourage you to take a look at How Can I Help? and put those efforts into PRs. You'll gain the benefit. Will close this issue for now, let me know if you still have issues and we'll help where we can. |
unable to get Progress working
yields
seems it can't resolve Progress from stardust
any tips? or any info I can supply to help? I can make my repo public so you can test but is there anything I can troubleshoot first? Using React + Meteor + Semantic. Could we nice if we could get stardust working. Was there any syntax change since that guide was written?
The text was updated successfully, but these errors were encountered: