-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Seems like FabButton component needs 'active' prop value as string, rather than boolean. Please fix it.
Full issue as below:
Warning: Received
falsefor a non-boolean attributeactive.If you want to write it to the DOM, pass a string instead: active="false" or active={value.toString()}.
If you used to conditionally omit it with active={condition && value}, pass active={condition ? value : undefined} instead.
in span (created by Classes)
in button (created by FabAction)
in div (created by FabAction)
in FabAction (created by Classes)
in div (created by FabActions)
in FabActions (created by Classes)
in div (created by Fab)
in Fab (created by Classes)
in div (created by Classes)
in div (created by Query)
in div (created by Query)
in main (created by Query)
in div (created by Query)
in Query (created by MainLayout)
in MainLayout (created by Route)
in Route (created by withRouter(MainLayout))
in withRouter(MainLayout) (created by Classes)
in Classes (created by Mutation)
in Mutation (created by Apollo(Classes))
in Apollo(Classes) (created by Mutation)
in Mutation (created by Apollo(Apollo(Classes)))
in Apollo(Apollo(Classes)) (created by Mutation)
in Mutation (created by Apollo(Apollo(Apollo(Classes))))
in Apollo(Apollo(Apollo(Classes))) (created by Query)
in Query (created by Apollo(Apollo(Apollo(Apollo(Classes)))))
in Apollo(Apollo(Apollo(Apollo(Classes)))) (created by Route)
in Route (created by App)
in Switch (created by App)
in Router (created by App)
in div (created by App)
in App (created by Component)
in t (created by Component)
in ApolloProvider (created by Component)