We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed11dce + f9c088a commit 06bca41Copy full SHA for 06bca41
examples/apps/single-request/app.js
@@ -61,6 +61,7 @@ class App extends Component {
61
</Button>
62
<div style={styles.lb}>
63
<Gpt
64
+ className="test-class"
65
adUnitPath={adUnitPath}
66
slotSize={[728, 90]}
67
style={styles.adBorder}
package.json
@@ -84,7 +84,7 @@
84
"prettier": "^1.9.2",
85
"prop-types": "^15.5.10",
86
"querystring": "^0.2.0",
87
- "radium": "^0.18.1",
+ "radium": "^0.21.2",
88
"react": "^16.0.0",
89
"react-addons-test-utils": "^15.0.1",
90
"react-dom": "^16.0.0",
0 commit comments