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.
1 parent 5d0cd2a commit a652595Copy full SHA for a652595
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