We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed655c4 + a652595 commit 2be7e54Copy full SHA for 2be7e54
docs/api/components/RouteHandler.md
@@ -44,7 +44,7 @@ var Settings = React.createClass({
44
},
45
46
willTransitionFrom: function (transition, component) {
47
- if (component.formHasUnsavedData())) {
+ if (component.formHasUnsavedData()) {
48
if (!confirm('You have unsaved information, are you sure you want to leave this page?')) {
49
transition.abort();
50
}
0 commit comments