I want to mount my component use this code in Opal file:
Element['#wizard_param_grid_editor'].render do
ZGrid(rows: @work_spaces)
End
I got the Error
Uncaught NoMethodError: undefined method render' for #]>
I want to mount my component use this code in Opal file:
Element['#wizard_param_grid_editor'].render do
ZGrid(rows: @work_spaces)
End
I got the Error
Uncaught NoMethodError: undefined method render' for #]>
change
require 'opal-jquery'
before
require 'reactive-ruby'
fix this