taro-ui 3.1.0-beta.6 → 3.1.0-beta.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taro-ui",
3
- "version": "3.1.0-beta.6",
3
+ "version": "3.1.0-beta.7",
4
4
  "description": "UI KIT for Taro",
5
5
  "module": "dist/index.esm.js",
6
6
  "main": "dist/index.js",
@@ -104,7 +104,7 @@ export default class AtToast extends React.Component<
104
104
  public componentDidMount(): void {
105
105
  const { _isOpened } = this.state
106
106
  if (!this.toast) {
107
- this.toast = new RootSiblings()
107
+ this.toast = new RootSiblings(null)
108
108
  }
109
109
 
110
110
  if (_isOpened) {