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: 5757a53a68a0b01e3f2b9ac36e1fd96cfdeeceb479c7d7db04b45f7ce50c5e3d
4
- data.tar.gz: 983b3d47c597cc1843c2db9022d96258155bd99b73fe38e78b74ea1b5f9fd68b
3
+ metadata.gz: 27e8a1720c3ddd6303e0941c1467787024e06167478baaa56dc785cfc13ccff7
4
+ data.tar.gz: 6f47595f997ed6c199bc3ca23ea6a7172cc839233ab3ed010f0f752c52833779
5
5
  SHA512:
6
- metadata.gz: 71b008c2f87eb8d66bb1986f9b9e1fb9296768a3a60f3e023c50c14e5f65e178e000fc3ea42134272a2182720a85228e64bb7d11dfc0e408cad0563f9ec5e549
7
- data.tar.gz: f8d133a89b1a835add5e17b408d76cc359d52d8daa513606a50aafc9079689d087d7416236f5fa6100c0a70c788c02ef24ae58b6084bd1a13785b19b6dee4c46
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
- return this.props.iso_store;
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; }
@@ -1,3 +1,3 @@
1
1
  module Preact
2
- VERSION = '10.6.8'
2
+ VERSION = '10.6.9'
3
3
  end
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.8
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-18 00:00:00.000000000 Z
11
+ date: 2022-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby