@textbus/adapter-react 4.0.0-alpha.64 → 4.0.0-alpha.66

Sign up to get free protection for your applications and to get access to all the features.
@@ -93,7 +93,6 @@ class ReactAdapter extends DomAdapter {
93
93
  useEffect(() => {
94
94
  this.onViewUpdated.next();
95
95
  }, [updateKey]);
96
- component.__slots__.forEach(i => this.renderedSlotCache.delete(i));
97
96
  component.__slots__.length = 0;
98
97
  this.componentRendingStack.push(component);
99
98
  const vNode = components[key]({
package/bundles/index.js CHANGED
@@ -95,7 +95,6 @@ class ReactAdapter extends platformBrowser.DomAdapter {
95
95
  react.useEffect(() => {
96
96
  this.onViewUpdated.next();
97
97
  }, [updateKey]);
98
- component.__slots__.forEach(i => this.renderedSlotCache.delete(i));
99
98
  component.__slots__.length = 0;
100
99
  this.componentRendingStack.push(component);
101
100
  const vNode = components[key]({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/adapter-react",
3
- "version": "4.0.0-alpha.64",
3
+ "version": "4.0.0-alpha.66",
4
4
  "description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.",
5
5
  "main": "./bundles/index.js",
6
6
  "module": "./bundles/index.esm.js",
@@ -26,8 +26,8 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@tanbo/stream": "^1.2.5",
29
- "@textbus/core": "^4.0.0-alpha.64",
30
- "@textbus/platform-browser": "^4.0.0-alpha.64",
29
+ "@textbus/core": "^4.0.0-alpha.66",
30
+ "@textbus/platform-browser": "^4.0.0-alpha.66",
31
31
  "react": "^17.0.0 || ^18.0.0"
32
32
  },
33
33
  "devDependencies": {
@@ -49,5 +49,5 @@
49
49
  "bugs": {
50
50
  "url": "https://github.com/textbus/textbus.git/issues"
51
51
  },
52
- "gitHead": "519971adaa514d2caed9d8509a8b309207b2e35e"
52
+ "gitHead": "cf4fd289b73bc777124a32fe42bb58eba05a34f1"
53
53
  }