mirror of
https://github.com/status-im/reagent.git
synced 2025-02-05 08:34:11 +00:00
React validates aria properties, if using Node module
This commit is contained in:
parent
3f4a421f14
commit
6dc26c9cf0
@ -282,8 +282,8 @@
|
||||
(deftest data-aria-test []
|
||||
(is (re-find #"data-foo"
|
||||
(as-string [:div {:data-foo "x"}])))
|
||||
(is (re-find #"aria-foo"
|
||||
(as-string [:div {:aria-foo "x"}])))
|
||||
(is (re-find #"aria-labelledby"
|
||||
(as-string [:div {:aria-labelledby "x"}])))
|
||||
;; Skip test: produces warning in new React
|
||||
;; (is (not (re-find #"enctype"
|
||||
;; (as-string [:div {"enc-type" "x"}])))
|
||||
|
Loading…
x
Reference in New Issue
Block a user