@peerboard/core
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@peerboard/core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "peerboard.com frontend components", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -46,2 +46,7 @@ ### Usage | ||
}, | ||
onFail: () => { | ||
this.setState({ | ||
error: "Failed to load forum", | ||
}); | ||
}, | ||
onTitleChanged: (title) => window.document.title = "Community: " + title, | ||
@@ -55,6 +60,2 @@ onPathChanged: (location) => { | ||
}, | ||
}).catch(err => { | ||
this.setState({ | ||
error: "Failed to load forum", | ||
}); | ||
}); | ||
@@ -61,0 +62,0 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17968
85