-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Everything seems to work properly except some weird issue with propTypes. In terms of getting css to work I added
import 'graphiql/graphiql.css'
import 'graphiql-workspace/graphiql-workspace.css'and also bootstrap as recommended in react-bootstrap docs according to #4 :
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">Now the only weird thing I see is in the console:
First complaints about manually calling propTypes validation (bunch of these messages):
bundle.js:1287 Warning: You are manually calling a React.PropTypes validation function for the
blockprop onButtonGroup
And also unrecognized properties (also quite a lot of these):
Warning: Unknown props
animation,bsClass,unmountOnExit,bsStyle,stacked,justified,pullRight,pullLeftontag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
in ul (created by Nav)
in Nav (created by Tabs)
in div (created by Tabs)
in TabContainer (created by Tabs)
in Tabs (created by Uncontrolled(Tabs))
in Uncontrolled(Tabs) (created by GraphiQLWorkspace)
in GraphiQLWorkspace
Not sure if this is done in workspace or some library it depends on.
kachkaev
Metadata
Metadata
Assignees
Labels
No labels
