已解决
我错误地计算了总页数,总页数是NaN。
基本上,我使用语义ui-react进行样式设置。 当我在同一页面上将2个不同的分页用于2个不同的列表时。我遇到了相同的密钥问题,我不知道如何为分页项添加唯一密钥(我认为)。
Encountered two children with the same key, `ellipsisItem-NaN`.
Keys should be unique so that components maintain their identity across updates.
分页组件看起来像这样
<Pagination
activePage={activePage}
onPageChange={handlePageChange}
totalPages={totalPage}
/>
任何帮助将不胜感激。