Add clear timeout polyfill#451
Add clear timeout polyfill#451justin808 merged 8 commits intoshakacode:masterfrom martyphee:add-clearTimeout-polyfill
Conversation
Removed the additional version info at the end.
|
@justin808 I didn't see any current tests to add this to. We're currently running 5.2. I have to see about upgrading to 6.x |
|
@martyphee Anyway I can start using this code for my app? I haven't found any other work around. Would you know how to write to the beginning of the webpack bundled file through settings in webpack config? |
|
I have a work around for anyone interested.
Edit shrinkwrap.json. Update process like this. |
|
@justin808 I have a PR out there to polyFill and I have a PR for our codebase to bump it to 6.x of |
|
I'm reviewing. Tests would be a bonus.
|
|
Review status: 0 of 1 files reviewed at latest revision, 1 unresolved discussion. lib/react_on_rails/server_rendering_pool/exec.rb, line 137 [r1] (raw file):
should be 'clearTimeout' Comments from Reviewable |
|
One comment.
|
|
Reviewed 1 of 1 files at r1. Comments from Reviewable |
|
Just pushed update. Sorry about that. On Sat, Jun 11, 2016 at 4:11 PM, Justin Gordon [email protected]
|
|
@martyphee Please update the Changelog.md per the examples, and I'll merge and release 6.0.4.
|
|
Done |
|
Please see the comment and squash to one commit and I'll release. Thanks!
|
|
|
|
Reviewed 1 of 1 files at r4. Comments from Reviewable |
) Without this PR I see errors looking like ``` NoMethodError: undefined method `render' for #<Capybara::Selenium::Driver:0xbe790b8> occurred at ... ``` for some feature test failures. I remember seeing them in CI as well, though couldn't find an example quickly. Co-authored-by: Alexey Romanov <[email protected]>
) Without this PR I see errors looking like ``` NoMethodError: undefined method `render' for #<Capybara::Selenium::Driver:0xbe790b8> occurred at ... ``` for some feature test failures. I remember seeing them in CI as well, though couldn't find an example quickly. Co-authored-by: Alexey Romanov <[email protected]>
Added clearTimeout to
execjs_timer_polyfills.This change is