comment vérifier si l'URL a du hachage dans la réaction
if(window.location.hash) {
// Fragment exists
} else {
// Fragment doesn't exist
}
Thankful Tortoise
if(window.location.hash) {
// Fragment exists
} else {
// Fragment doesn't exist
}