openkruise / kruise-game

Game Servers Management on Kubernetes
https://openkruise.io/kruisegame/introduction
Apache License 2.0
245 stars 38 forks source link

Simultaneous Display of Data and 'No Data Found' Message #155

Closed jayesh9747 closed 1 month ago

jayesh9747 commented 3 months ago

image

jayesh9747 commented 3 months ago

@chrisliu1995 @ringtail can I start work to fix this issue?

chrisliu1995 commented 3 months ago

@chrisliu1995 @ringtail can I start work to fix this issue?

Sure. Have you figured out why the problem occurred?

jayesh9747 commented 3 months ago

@chrisliu1995 @ringtail can I start work to fix this issue?

Sure. Have you figured out why the problem occurred?

Not now , but i will find very soon and fix this . thank you

jayesh9747 commented 3 months ago

@chrisliu1995, this issue is not related to the extension. It was not fixed by pushing code into the extension repository. The solution involved changing code in the main repository of KubeSphere. The cause of this issue was that both state variables were true, causing both components to render at the same time. Could you suggest how to approach this correctly?

chrisliu1995 commented 3 months ago

@chrisliu1995, this issue is not related to the extension. It was not fixed by pushing code into the extension repository. The solution involved changing code in the main repository of KubeSphere. The cause of this issue was that both state variables were true, causing both components to render at the same time. Could you suggest how to approach this correctly?

You can open an issue in KubeSphere community( https://github.com/kubesphere/kubesphere )