万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    Reactのhistory謎エラー history

    github.com

    Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

    stackoverflow.com

    react-router-dom@nextがない?

    @types/history

    https://github.com/ReactTraining/react-router/issues/4006

    え・・アルファ?

    I use "react-router-redux": "^4.0.8", same error. Change version to "react-router-redux": "^5.0.0-alpha.9", then it's fine

    yarn add react-router-redux@next

    これ? yarn add @types/react-router-redux@next