Open grininmonkey opened 4 years ago
Ahh... ok... so when I run a "Build" version of the app, only side-effect is the Uncaught (in promise) errors posted to console. Working in dev mode (localhost)... app stops with with _webpack_require__ error page.
I am working on something that is like a grid board ( Pinterest ) .... and when the react-tiny-link component is used in a grid item sub component that is rendered.. and then the parent component is changed ( aka changing to a different board / gird list ) and the Url's have not completed... I see Uncaught (in promise) [ object ] in the console and react throws up a Unhandled Rejection (Error): [object Object] page...
So I am looking for some guidance on how to use the component in a context like I described ?