You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
32 | primaryCategory: categoryData.data.result[0].primary_category,
33 | });
34 | }
35 | });
View compiled
This screen is visible only in development. It will not appear if the app crashes in production.
Open your browser’s developer console to further inspect this error.`
Found this while changed the getRecent API
The text was updated successfully, but these errors were encountered:
`Unhandled Rejection (TypeError): Cannot read property 'primary_category' of undefined
(anonymous function)
src/app/src/containers/_layout/mainLayout.js:32
29 | if(categoryData.data.result.length !== 0) {
30 | this.setState({
31 | categoryData: categoryData.data.result,
Found this while changed the getRecent API
The text was updated successfully, but these errors were encountered: