isomorfeus-react 16.9.21 → 16.9.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfe23e6c592fbbf2bc84982f9308dc027adee9780dff2cc7e422c77d714a8080
4
- data.tar.gz: 82653e8f822006e30516f2fb5e03176442f994422dc3ff34b252c64a18ac7fb2
3
+ metadata.gz: 9cb51afc54390a36d0041c9c6d6c263c9dfa0cd70f68e6d42d802bb3ef89c14a
4
+ data.tar.gz: 9776410dc9b403a831d675d2a179a45cc99999238b3390fa3803d966dad208df
5
5
  SHA512:
6
- metadata.gz: 071d31c5dddf4bee46623127429bcff0abcbce8497c18b6f0896f07d1dd6ebb29e8baad5dbb9b0969a5e5f01e8051d4a429a22bad4cad4481d3212f0a5574117
7
- data.tar.gz: fbc87fa35eb8f6ecd7f98fbddbd66510e694c74e532a00a2a9f022aa6082df636501beed0dc86fd6126edf13d1ef371b1fb3e55b258c24fe283c159479ecba28
6
+ metadata.gz: bac578a767b63bf1ec03624544b8fb8dc4e5059f6e70cedde39956ac2a8d2ebae82a3d6bf500af786f5e6061ab2530259451dce90dc799cae66b6b1d1b79edc5
7
+ data.tar.gz: 5258bdcd131fea44cde4aefe60a5faa4ef7f5e9ad6fd84d8bac37d34f1430e9c6ac111a16bd1d92944fb21e2ae5de2ab5509b5097923261fdc2bbfcfa302301d
@@ -76,7 +76,7 @@ module Isomorfeus
76
76
  begin
77
77
  if Isomorfeus.top_component
78
78
  ReactDOM.find_dom_node(Isomorfeus.top_component) # if not mounted will raise
79
- if `typeof Opal.global.deepForceUpdate() === 'undefined'`
79
+ if `typeof Opal.global.deepForceUpdate === 'undefined'`
80
80
  Isomorfeus.top_component.JS.forceUpdate()
81
81
  else
82
82
  `Opal.global.deepForceUpdate(#{Isomorfeus.top_component})`
data/lib/react/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module React
2
- VERSION = '16.9.21'
2
+ VERSION = '16.9.22'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-react
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.9.21
4
+ version: 16.9.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann