Simon Guo

Results 268 comments of Simon Guo

Hi @fmance66 Can you provide a complete example? I'm not sure what you mean by losing the check.

Hi @programus I can't reproduce the problem you mentioned. Can you reproduce the problem you encountered through codesandbox, or provide complete code and effect screenshots.

你取的 TREE_DEPTH 是 `rsuite-table/src/constants` 目录下的 Symbol ,和你使用 Table 使用的不是同一个 Symbol 。 - 你如果是采用的 ESM(ESModule) 应该使用 `rsuite-table/es/constants` 里的 TREE_DEPTH - 如果用的是 CJS(CommonJS) 则使用 `rsuite-table/lib/constants` 里的 TREE_DEPTH

Hi @JoeWrights refer to this answer https://github.com/rsuite/rsuite-table/issues/373#issuecomment-1299917121

I cannot access this codesandbox example ![Image](https://github.com/user-attachments/assets/060e58b0-368f-488e-bd7f-b28328e5f702)

Step 1: Add a `container` prop to `Whisper` to specify the rendering container for the Tooltip ```tsx { return document.getElementById("container-to-scroll"); }} ... > ``` Step 2: Set the style of...

升级到最新的 5.8.2 版本有没有这个问题?

> Finally I think, it's real bug. Can you explain me, why, the first week for 2025, will begin, sunday 4 january ? This is the week number display, is...

The day the first week of the year starts depends on the region. The ISO 8601 standard is as follows: > > **Determining Week 1** > In practice week 1...

I found that date-fns sets different [firstWeekContainsDate](https://github.com/date-fns/date-fns/blob/v2/src/locale/en-US/index.ts#L26) default values for different regions. Based on this, I made a fix. You can see if it solves the problem you encountered. https://rsuite-nextjs-git-fix-calendar-firstweekcontainsdate-rsuite.vercel.app/guide/i18n/#usage