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

key and ref for all JSX elements #3177

Merged
merged 3 commits into from
Dec 15, 2021
Merged

Conversation

kraftwer1
Copy link
Contributor

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run build) was run locally and any changes were pushed
  • Unit tests (npm test) were run locally and passed
  • E2E Tests (npm run test.karma.prod) were run locally and passed
  • Prettier (npm run prettier) was run locally and passed

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

GitHub Issue Number: N/A

What is the new behavior?

Does this introduce a breaking change?

  • Yes
  • No

Testing

Other information

@kraftwer1 kraftwer1 requested a review from a team December 8, 2021 14:48
@kraftwer1
Copy link
Contributor Author

@rwaskiewicz not sure if GitHub notifications work on closed PRs.
This PR is the one you've asked me to re-open here: #2925

Some checks seem to be failing, but since this PR only contains a tiny change of type information, I hope it's okay that I ignore all the failing browser tests as they're most probably completely unrelated.

@rwaskiewicz
Copy link
Contributor

Thanks! It looks like this is failing the build step, specifically when we try to compile Stencil - it looks like TypeScript is having some trouble with those type definition changes:
Screen Shot 2021-12-15 at 8 07 27 AM

This is also why the tests are failing (because compilation is failing). Would you mind taking a look? This should be reproducible by running the following against this branch:

npm ci && npm run clean && npm run build

which installs dependencies like CI would, cleans out directories under the Stencil repo generated at build time, then kicks off the build.

@rwaskiewicz rwaskiewicz added Awaiting Reply This PR or Issue needs a reply from the original reporter. Resolution: Refine This PR is marked for Jira refinement. We're not working on it - we're talking it through. labels Dec 15, 2021
@kraftwer1
Copy link
Contributor Author

@rwaskiewicz thanks a lot, it works now!

@ionitron-bot ionitron-bot bot added Reply Received and removed Awaiting Reply This PR or Issue needs a reply from the original reporter. labels Dec 15, 2021
Copy link
Contributor

@rwaskiewicz rwaskiewicz left a comment

Choose a reason for hiding this comment

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

Thanks!

@rwaskiewicz rwaskiewicz merged commit ce27a18 into ionic-team:main Dec 15, 2021
@rwaskiewicz rwaskiewicz added Resolution: Shipped and removed Reply Received Resolution: Refine This PR is marked for Jira refinement. We're not working on it - we're talking it through. labels Jan 4, 2022
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.

2 participants