go-sigma / sigma

OCI-Native artifact manager
https://docs.sigma.tosone.cn
Apache License 2.0
114 stars 9 forks source link

网页的仓库下添加member-role会导致页面白屏 #378

Open Sokwva opened 1 week ago

Sokwva commented 1 week ago

namespace repository members add role

/#/namespaces/library/members?namespace_id=1 浏览器F12控制台输出

Error: Passing props on "Fragment"!

The current component <Transition.Child /> is rendering a "Fragment".
However we need to passthrough the following props:
  - ref

You can apply a few solutions:
  - Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".
  - Render a single element as the child so that we can forward the props onto that element.

看浏览器F12工具网络中最后一个请求停留在 /users/?limit=5&without_admin=true

浏览器:Edge 126、Firefox 127

tosone commented 1 week ago

https://headlessui.com/ 这个库有不兼容的升级,<ListBoxOption> 中的 Transition 用法有了变化。