Content Preview UI Element doesn't display file content in ReactJS created with create-react-app

回答済み
新規投稿

コメント

1件のコメント

  • FranklinPOC

    Great support from Box crew. 

     

    SOLUTION:  The CSS is a must to define the size of the Preview container; or else it defaults to size 0 (zero) hence the body of file is not displaying.

     

    .container {
      height: "100%";
      width: "100%"
    }

     

     

    ".container" is whatever is containing the ContentPreview element.

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。