Method: React::API.add_after_error_hook

Defined in:
lib/react/api.rb

.add_after_error_hook(klass) ⇒ Object



43
44
45
# File 'lib/react/api.rb', line 43

def self.add_after_error_hook(klass)
  add_after_error_hook_to_native(@@component_classes[klass])
end