UTNianos / frontend

ISC License
1 stars 1 forks source link

Console errors on index.js file #35

Closed gndelia closed 5 years ago

gndelia commented 5 years ago

Para ir metiendome de a poco siempre lo mejore es.. arreglar bugs !

Hay 3 pequeños errores en la consola:

index.js:1446 Warning: Please use require("history").createBrowserHistory instead of require("history/createBrowserHistory"). Support for the latter will be removed in the next major release.

Simplemente cambiar un método

Warning: Each child in a list should have a unique "key" prop.

Este es al crear las AppRoutes

mapDispatchToProps() in Connect(AppRoute) must return a plain object. Instead received undefined.

creo que es bastante self-explanatory 😛

fdemian commented 5 years ago

Es para pegarle a estos tipos, no dejan un package estable ni dos meses 😄 . Le pones vos a esto? Si es asi fijate si hay algún package desactualizado y eso es parte del problema.

gndelia commented 5 years ago

Agrego este pequeño warning, asi dejamos todo limpio

Warning: ignores the history prop. To use a custom history, use import { Router } instead of import { BrowserRouter as Router }.

gndelia commented 5 years ago

no hay mas errores - cierro.