isomorfeus-react 16.13.4 → 16.13.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isomorfeus/react_view_helper.rb +1 -1
- data/lib/react/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40795e619cef018eebba0fa7a8ddaf319d00b92c01a087c0788afbae971c6c72
|
4
|
+
data.tar.gz: 1f500a62bf47522072e47e1ba142e7376fd4931ad3332f0e3539467eb4244f3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0f12903b5b25054f8e6827953c141edcb43b80b5391dbfaf26c9f2b334538c127fd34e0d0fc25fc6d096bcf6718a622fbd92f9fad3e0b7fcaa63219efcca239
|
7
|
+
data.tar.gz: 96d22d1b14c32527e1de0380ab1cd5ef09aa1f9188f74b8a7355db217a0529c1619c482f12d5903e51c50fb94487321a39aedab09d2d0cd4a8788bf40111bec8
|
@@ -8,7 +8,7 @@ module Isomorfeus
|
|
8
8
|
end
|
9
9
|
render_result = mount_component(component_name, props, asset, static)
|
10
10
|
status = ssr_response_status
|
11
|
-
component_cache.
|
11
|
+
component_cache.store(key, render_result, status, ssr_styles) if status >= 200 && status < 300
|
12
12
|
render_result
|
13
13
|
end
|
14
14
|
|
data/lib/react/version.rb
CHANGED