-
Notifications
You must be signed in to change notification settings - Fork 80
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
React barrating not display with modern theme #192
Comments
Here is the live sample on our site - https://www.surveyjs.io/Examples/Library?id=custom-widget-barrating&platform=Reactjs&theme=modern and here is the live plunker sample - https://plnkr.co/edit/EahJt56xd9Yruxih Do they work for you? |
Yes, the live sample works, but once I switch to my local page, the Barrating disapears. |
It looks like the issue can be somewhere in your code. If you create a live sample illustrating the issue, I could take a look. |
When I clone your react repo the narrating star works: But as soon as I switch to the newer version, there is no way to find from where comes the error. This is the Html generated by the working code: And the HTML generated by the faulty code: and My package.json:
|
Can you use the compatible version, that works ok? |
Sorry but what is it ? |
You wrote that
Am I right that that you have a working version?
And am I right that you've got an error after switching to the newer version? |
Even in 2022 I see this same issue. |
Hi, I try to implement barrating from the quick-start repo of yours, and I cannot manage to have it working when I use the modern template, this is the component:
and this is the json part of interest for the survey:
The text was updated successfully, but these errors were encountered: