diff --git a/packages/taro-ui/rn/components/toast/index.tsx b/packages/taro-ui/rn/components/toast/index.tsx index 37570fad..903f598c 100644 --- a/packages/taro-ui/rn/components/toast/index.tsx +++ b/packages/taro-ui/rn/components/toast/index.tsx @@ -104,7 +104,7 @@ export default class AtToast extends React.Component< public componentDidMount(): void { const { _isOpened } = this.state if (!this.toast) { - this.toast = new RootSiblings() + this.toast = new RootSiblings(null) } if (_isOpened) {