[Question]如果store有包含meet组件刷新时会导致样式优先级问题
Open
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 611
- PR merge metrics
- No merged PRs in 30d
Description
复现
- 新建项目
- 创建store
```
import { createStore } from 'rax-app';
import { Message } from '@alifd/meet';
const models = {};
console.log(Message);
export default createStore(models);
```
- 触发页面刷新

- 手动刷新页面后又正常了
- 然后触发刷新优先级又错了
需求
- 如何解决这个问题
-
Contributor guide
Research direction
Start by reproducing the issue in a new Rax project using the reported createStore setup and the @alifd/meet Message import. Trigger a page refresh and compare the style priority with a manual refresh. Done means the refresh no longer produces incorrect style priority when the store includes the meet component.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100