Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(filtering, page, next): editing bugs on NextJS #2090

Merged

Conversation

marcopagliarulo
Copy link
Collaborator

Changes

Test Instructions

Related Issues

@vercel
Copy link

vercel bot commented May 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bodiless-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2023 1:58pm
bodiless-js-gatsby ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2023 1:58pm
bodiless-js-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2023 1:58pm
bodiless-js-starter ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2023 1:58pm

@vercel
Copy link

vercel bot commented May 22, 2023

@marcopagliarulo is attempting to deploy a commit to the JNJ Demo Account Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link

github-actions bot commented May 22, 2023

Playwright Test Results

196 tests   181 ✔️  42m 47s ⏱️
  14 suites    15 💤
    2 files        0

Results for commit 8dc2714.

♻️ This comment has been updated with latest results.

return fs
.readdirSync(dir)
.filter((file) => fs.statSync(`${dir}/${file}`).isDirectory());
} catch (error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What error are we ignoring here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here we check for subdirs, if there is any error, returns an empty array.

wodenx
wodenx previously approved these changes May 24, 2023
@hvanyo hvanyo merged commit 0ce686b into johnsonandjohnson:upgrade/next May 24, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants