Skip to content

Commit

Permalink
Add problems
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Sep 11, 2024
1 parent 35c38c9 commit aa2a343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/app/src/stores/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export const useSWRxCurrentPage = (initialData?: IPagePopulatedToShowRevision|nu

// Problem 1: https://github.com/weseek/growi/pull/7772/files#diff-4c1708c4f959974166c15435c6b35950ba01bbf35e7e4b8e99efeb125a8000a7
// Problem 2: https://redmine.weseek.co.jp/issues/141027
// Problem 3: https://redmine.weseek.co.jp/issues/153618
// Problem 4: https://redmine.weseek.co.jp/issues/153759
const shouldMutate = (() => {
if (initialData === undefined) {
return false;
Expand Down

0 comments on commit aa2a343

Please sign in to comment.