Trying out next with victory and getting stuck in an infinite error loop. <img width="1278" alt="screen shot 2017-03-14 at 13 11 03" src="https://cloud.githubusercontent.com/assets/1507144/23900110/36013ab2-08b8-11e7-8408-8f721163c034.png"> My page code looks like: ``` import { VictoryBar } from 'victory' export default () => ( <div> <VictoryBar /> </div> ) ``` Running chrome on mac