added migrations for instant delivery
This commit is contained in:
9
node_modules/react-router/lib/Cancellation.js
generated
vendored
Normal file
9
node_modules/react-router/lib/Cancellation.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Represents a cancellation caused by navigating away
|
||||
* before the previous transition has fully resolved.
|
||||
*/
|
||||
"use strict";
|
||||
|
||||
function Cancellation() {}
|
||||
|
||||
module.exports = Cancellation;
|
||||
Reference in New Issue
Block a user