alibaba / alibaba/rax

[Question]如果store有包含meet组件刷新时会导致样式优先级问题

Open
#2,348 3 comments 0 reactions 0 assignees View on GitHub
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);

```
- 触发页面刷新

image

- 手动刷新页面后又正常了
- 然后触发刷新优先级又错了

需求
- 如何解决这个问题
-

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.