Releases: min9nim/react-dynamic-route
Releases · min9nim/react-dynamic-route
v0.1.2
22 Jan 04:25
Compare
Sorry, something went wrong.
No results found
rerender when location.search changed
v0.1.1
24 Dec 08:12
Compare
Sorry, something went wrong.
No results found
update README.md
remove default error handler
v0.1.0
07 Nov 10:50
Compare
Sorry, something went wrong.
No results found
update interface of onError like below
onError = { ( e , history ) => {
if (
e . message . startsWith ( 'Cannot find module' ) &&
window . location . pathname !== '/404'
) {
history . push ( '/404' )
return
}
throw e
} }
v0.0.19
07 Nov 10:10
Compare
Sorry, something went wrong.
No results found
v0.0.18
04 Sep 08:37
Compare
Sorry, something went wrong.
No results found
fix error of infinite loop of routing
v0.0.17
04 Sep 01:24
Compare
Sorry, something went wrong.
No results found
v0.0.16
03 Sep 03:04
Compare
Sorry, something went wrong.
No results found
update README.md
29 Aug 15:01
Compare
Sorry, something went wrong.
No results found
v0.0.14
08 Aug 00:34
Compare
Sorry, something went wrong.
No results found
initial tag
27 Jul 08:38
Compare
Sorry, something went wrong.
No results found