Skip to content

Instantly share code, notes, and snippets.

@devshahani
devshahani / gist:f660ef959da0878d1072bfdfefada139
Last active July 11, 2018 01:54
Polaris primaryAction example
class MyReactComponent extends Component {
constructor(props) {
super(props);
this.myTestFunction = this.myTestFunction.bind(this);
}
myTestFunction(){
alert("hello")
}
render() {
return (