エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
React-router error: super expression must either be null or a function
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
React-router error: super expression must either be null or a function
I am new to react-router (https://github.com/rackt/react-router). I included it after react like ... I am new to react-router (https://github.com/rackt/react-router). I included it after react like this: <script src="http://fb.me/react-0.12.2.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/reactrouter/0.13.2/ReactRouter.js"></script> I got an error: Uncaught TypeError: Super expression must either be null or a function, not undefined What did I do wrong?