Rails + Redux-saga+Redux-FormでTodoリストを実装してみた
こちらの記事を参考にさせて頂いて、実装を進めていたのですが、
`yarn run dev'
とすると、コンパイルが成功するプロジェクトで、ブラウザのコンソールでエラーがでます。
いくつかエラーが出て、それらのキーワードで検索したのですが、全然わからずに完全に詰まっています。
Uncaught TypeError: Cannot read property ‘postForHomeTimeline’ of undefined
at exports.ShowPost (ShowPost.tsx:31) at renderWithHooks (react-dom.development.js:14803)
,
react-dom.development.js:19527 The above error occurred in one of your React components:
in Unknown (created by Context.Consumer) in Route in Router (created by BrowserRouter) in BrowserRouter in Unknown (created by AppContainer) in ThemeProvider (created by ZeitProvider) in ZeitProvider (created by AppContainer) in AppContainer in Provider
,
Consider adding an error boundary to your tree to customize error handling behavior.
Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
ShowPost.tsx:31 Uncaught TypeError: Cannot read property ‘postForHomeTimeline’ of undefined
at exports.ShowPost (ShowPost.tsx:31)
,
react-dom.development.js:88 Warning: Invalid DOM property
stroke-width
. Did you meanstrokeWidth
?
エラーの内容としては、このあたりになるかと思うのですが、、
どなたかアドバイス頂けませんでしょうか、、
よろしくお願い致します、、
あなたの回答
tips
プレビュー