Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-router-dom #60

Open
ronielli opened this issue Aug 18, 2021 · 2 comments
Open

react-router-dom #60

ronielli opened this issue Aug 18, 2021 · 2 comments

Comments

@ronielli
Copy link

Oi Diego tudo bem?
Gostei muto do Projeto, Porém como eu faço para configurar o react-router-dom? outra sugestão..
adicionar outro rule para fotos no meu tive que fazer assim {
test: /.(jpe?g|gif|png|svg)$/i,
use: [
{
loader: 'url-loader',
options: {
limit: 10000,
},
},
],
}

@trindadematheus
Copy link

Já tentou usar o HashRouter?
import { HashRouter as Router } from "react-router-dom";

@ronielli
Copy link
Author

Fiz isso deu certo muito obrigado.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants