alibaba / rax

🐰 Rax is a progressive framework for building universal application. https://rax.js.org
Other
8k stars 627 forks source link

[Question] Message.show 导出的hide不能把自己清除 #2353

Open yiescc opened 2 years ago

yiescc commented 2 years ago
   const hide = Message.show({
      type: 'loading',
    });
setTimeout(() => {
      hide();
      Message.show({
        content: '11111111',
      });
    }, 2000);
lianmin commented 2 years ago

@yiescc 我来看你的问题,用你的代码测试,在 Web 上表现是 OK 的。 提供下完整的页面复现代码和 meet 版本吧

yiescc commented 2 years ago

@yiescc 我来看你的问题,用你的代码测试,在 Web 上表现是 OK 的。 提供下完整的页面复现代码和 meet 版本吧