File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
examples/react/a11y-devtools/src Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ import App from './App'
88createRoot ( document . getElementById ( 'root' ) ! ) . render (
99 < StrictMode >
1010 < App />
11- < TanStackDevtools plugins = { [ a11yDevtoolsPlugin ( ) ] } /> §
11+ < TanStackDevtools plugins = { [ a11yDevtoolsPlugin ( ) ] } />
1212 </ StrictMode > ,
1313)
Original file line number Diff line number Diff line change 9797 "vue" : " >=3.2.0"
9898 },
9999 "peerDependenciesMeta" : {
100+ "preact" : {
101+ "optional" : true
102+ },
100103 "react" : {
101104 "optional" : true
105+ },
106+ "solid-js" : {
107+ "optional" : true
108+ },
109+ "vue" : {
110+ "optional" : true
102111 }
103112 }
104113}
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ function useAllyValue() {
3838 )
3939
4040 const triggerAllyScan = async ( ) => {
41+ setAllyResult ( 'state' , 'scanning' )
4142 setAllyResult ( { audit : await runAudit ( config ) , state : 'done' } )
4243 }
4344
You can’t perform that action at this time.
0 commit comments