-
Notifications
You must be signed in to change notification settings - Fork 5
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
Example app not working as expected #6
Comments
Strange. Couldn't reproduce in my locally. |
I've updated ruby to version ruby 2.4.4p296 (2018-03-28 revision 63013) /home/matteog/.rvm/gems/ruby-2.4.4@padrino/gems/sinatra-1.4.7/lib/sinatra/base.rb:1226: warning: constant ::Fixnum is deprecated However the final result is the same. (http://localhost:4567/react-component-with-server) |
@namusyaka I'm also reproing the |
The problem seems to be specifically with react-sinatra 0.1.1; 0.1.0 works fine. |
hi @Hamms Could you tell me exactly what versions of Sinatra, react on rails etc.. you are on? I'm running into the same exact issue and tried to upgrade to 2.50 + react sinatra 0.1.0 -> I still get the concat issue. |
I just ran into this problem today. I pinned No idea what version broke the functionality, I just had a working copy on that version. |
I really like your project but i do not understand how to make it work properly. I'm trying your basic tutorial
https://github.com/namusyaka/react-sinatra-sample
But i think something is wrong.Steps to Reproduce the Problem
<div data="{:react_class=>" commentbox",="" :react_props="">"{"name":"namusyaka"}"}">
[2018-08-13 14:21:27] INFO WEBrick::HTTPServer#start: pid=24271 port=4567
2018-08-13 14:21:32 - NoMethodError - undefined method `concat' for #React::Sinatra::Component:0x0000000001530ce0 Did you mean? concern:
Specifications
Many thanks
The text was updated successfully, but these errors were encountered: