solidjs / solid-router

A universal router for Solid inspired by Ember and React Router
MIT License
1.14k stars 146 forks source link

reload method is not exported #341

Closed jmoorer closed 9 months ago

jmoorer commented 9 months ago

Describe the bug

This method https://github.com/solidjs/solid-router/blob/e2f134d776df1333e69727226a5e2ffc36b8f889/src/data/response.ts#L27

is not being exported here : https://github.com/solidjs/solid-router/blob/e2f134d776df1333e69727226a5e2ffc36b8f889/src/data/index.ts#L4C1-L4C39

Your Example Website or App

https://codesandbox.io/p/devbox/solid-8t8twy?file=%2Fsrc%2Findex.tsx%3A3%2C1-4%2C1

Steps to Reproduce the Bug or Issue

npm install solid router

put this is a typescript file : import { reload } from "@solidjs/router"

Expected behavior

expect to be able to import and use the reload function

Screenshots or Videos

No response

Platform

Additional context

No response