You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(remix): Make @remix-run/router a dependency (v7) (#10779)
Backports #10479 to v7 branch
Original PR Description:
> Fixes: #10349
> Related: #5860
> Related: #10458
>
> Removes dynamic loading of `react-router-dom` and makes
`@remix-run/router` a peer dependency.
>
> We don't need to dynamically load `react-router-dom` as our TypeScript
version is now up-to-date.
Copy file name to clipboardExpand all lines: packages/remix/src/utils/vendor/response.ts
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@
6
6
//
7
7
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments