LoginSignup
1
0

More than 5 years have passed since last update.

electronでphotonとreactを使っているときに、何も表示されなくなった。

Posted at

Electronでアプリケーションを作ろうと、必死で学んでいる最中にぶつかった。

使用していたもの
- electron "^1.4.13"
- react "^15.4.1"
- photon (version 0.1.2)
- babel "^6.21.0"

本題

index.html
  <body>
    <div id="main"><div>
  </body>

index.html の中にある react を使ってコードを入れるところの<div id="main"></div>が、photon の css では高さが 0 になってしまっていたことが原因。

解決した方法

新しく css を作成し、div#mainに対して、photonのpane-groupと同じ設定を書き込む。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0