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 #]>
Copyright © 2021 Jogjafile Inc.
change
require 'opal-jquery'
beforerequire 'reactive-ruby'
fix this