stevegrossi / habits

An Elixir/Phoenix app for tracking daily habits, ready to deploy to Heroku.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix React propTypes deprecation from a library

stevegrossi opened this issue · comments

Then remove this from test_helper:

Application.put_env(:wallaby, :js_errors, false)

This will seemingly involve updating react-router (where some of the propTypes warnings are coming from) from 3.x to 4.x, which made some fundamental changes. Some tips for upgrading: