sigma
sigma copied to clipboard
网页的仓库下添加member-role会导致页面白屏
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