Skip to content

Commit

Permalink
Adds translate to the list of the valid props (#1971)
Browse files Browse the repository at this point in the history
* adds translate to the list of valid props

* Add changeset about translate being added to the valid props

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
  • Loading branch information
mjcampagna and Andarist committed Oct 11, 2020
1 parent a425902 commit 69446cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/zany-cougars-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@emotion/is-prop-valid": minor
---

`translate` got added to the list of the valid props.
1 change: 1 addition & 0 deletions packages/is-prop-valid/src/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const props = {
tabIndex: true,
target: true,
title: true,
translate: true,
// Setting .type throws on non-<input> tags
type: true,
useMap: true,
Expand Down

0 comments on commit 69446cb

Please sign in to comment.