react-router 0.0.0-experimental-4841e12b → 0.0.0-experimental-c93c722c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v0.0.0-experimental-4841e12b
2
+ * React Router v0.0.0-experimental-c93c722c
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -549,10 +549,6 @@ function _renderMatches(matches, parentMatches, dataRouterState, future) {
549
549
  fallbackIndex = i;
550
550
  }
551
551
  if (match.route.loader && match.route.id && dataRouterState.loaderData[match.route.id] === undefined && (!dataRouterState.errors || dataRouterState.errors[match.route.id] === undefined)) {
552
- // TODO:
553
- // TODO: Add unit tests for this error flow!
554
- // TODO:
555
-
556
552
  // We found the first route without data/errors which means it's loader
557
553
  // still needs to run. Flag that we need to render a fallback and
558
554
  // render up until the appropriate fallback