Sha256: c0101b0ca2e304ff23a72bc4bed5e2328cb002ee65c3a785b60c39490a2483a3
Contents?: true
Size: 564 Bytes
Versions: 6
Compression:
Stored size: 564 Bytes
Contents
(function() { var htmlResult = ''; var consoleReplayScript = ''; var hasErrors = false; try { htmlResult = (function() { return this.HelloString.world(); })(); } catch(e) { htmlResult = ReactOnRails.handleError({e: e, componentName: null, jsCode: 'this.HelloString.world()', serverSide: true}); hasErrors = true; } consoleReplayScript = ReactOnRails.buildConsoleReplay(); return JSON.stringify({ html: htmlResult, consoleReplayScript: consoleReplayScript, hasErrors: hasErrors }); })()
Version data entries
6 entries across 6 versions & 1 rubygems