### Description When importing with ```javascript import Snackbar from 'react-md/lib/Snackbars/Snackbar'; ``` browser logs this error and the page doesn't load (blank) ```javascript TypeError: _props.toast is undefined ``` but this bug isn't presented if I use ```javascript import { Snackbar } from 'react-md'; ``` then the page loads and snackbar emits toast sucessfully. ### Version - React - 15.5.4 - React-MD - 1.3.0 - Browser Firefox 59.0.2