-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Not apply. Invalid PR. #7738
Closed
Closed
Not apply. Invalid PR. #7738
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Change actions tutorial * Rename files containing action functions * Move old pannable example to separate directory * Add new tutorial to examples * Update title of the pannable example * Add thumbnail for pannable action example * I can't remember all css properties, okay? * Fix order of style tag in new example * Inline outclick handlers * Rename pannable example * Fix formatting Co-authored-by: Nayan Gautam <50981692+698969@users.noreply.github.com>
#6941 in fact addressesd a separate issue, specific to one-way binding
* fix hash fragments * remove link hack
Only one action per hour to not flood the issue tracker with too many stale messages at once
* Add aria prop type list * feat: check aria attribute types * feat: add proptype tests * Add documentation * use aria-query Co-authored-by: Nurassyl Zekenov <nurassyl@snoonu.com> Co-authored-by: mka_882@yahoo.com <mka_882@yahoo.com> Co-authored-by: tanhauhau <lhtan93@gmail.com> Co-authored-by: David Mosher <davidmosher@gmail.com>
* add a11y check on abstract roles * use aria-query and move warnings to compiler_warnings file * uppercase warning message Co-authored-by: tanhauhau <lhtan93@gmail.com>
Co-authored-by: Mathias Picker <mattis123@live.no>
* check noninteractive roles on interactive elements * refactor to match the eslint-plugin-jsx-a11y implementation * update test case Co-authored-by: tanhauhau <lhtan93@gmail.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
* error when using combinator incorrectly * add new test case
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.43.0 to 3.49.0. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md) - [Commits](v3.43.0...v3.49.0) --- updated-dependencies: - dependency-name: svelte dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
maxiruani
changed the title
[fix] Fix hydration duplicate head tag issue
Not apply. Invalid PR.
Jul 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Not apply.
Before submitting the PR, please make sure you do the following
[feat]
,[fix]
,[chore]
, or[docs]
.Tests
npm test
and lint the project withnpm run lint