isomorfeus-preact 10.6.8 → 10.6.9
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27e8a1720c3ddd6303e0941c1467787024e06167478baaa56dc785cfc13ccff7
|
4
|
+
data.tar.gz: 6f47595f997ed6c199bc3ca23ea6a7172cc839233ab3ed010f0f752c52833779
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8029305a7fbbf06407e697f8a48ee3af6b64fe4f14244bf1c98da076b54ef54bb030d8e6756363d6fb23d8b914821fd0cdd7706cb812e630c0e0a611deb04201
|
7
|
+
data.tar.gz: 7525368ac4fc2c2f6e7decd2e11bf134f4849057b00802fff6f4754e3bea89f86b8535957f3c84aabad9c3323871534ef1eb69b4b34fc265a356d5d4c1e442d9
|
@@ -16,7 +16,6 @@ module LucidComponent
|
|
16
16
|
return Opal.global.Preact.createElement(base.lucid_preact_component, Object.assign({}, props, value));
|
17
17
|
};
|
18
18
|
base.preact_component.displayName = #{wrapper_name};
|
19
|
-
|
20
19
|
base.lucid_preact_component = class extends Opal.global.Preact.Component {
|
21
20
|
constructor(props) {
|
22
21
|
super(props);
|
@@ -65,7 +64,7 @@ module LucidComponent
|
|
65
64
|
return (result.length === 1) ? result[0] : result;
|
66
65
|
}
|
67
66
|
data_access() {
|
68
|
-
|
67
|
+
this.state.isomorfeus_store_state;
|
69
68
|
}
|
70
69
|
shouldComponentUpdate(next_props, next_state) {
|
71
70
|
if (!Opal.Preact.props_are_equal(this.props, next_props)) { return true; }
|
data/lib/preact/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: isomorfeus-preact
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.6.
|
4
|
+
version: 10.6.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Biedermann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: concurrent-ruby
|