内容へ移動
猫型iPS細胞研究所
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
INDEX
»
reactnative
»
import
トレース:
reactnative:import
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== import ====== import {MyComponent} from '../components/xyz.js'; vs import MyComponent from '../components/xyz.js'; The second one works while the first caused the error. For anyone still wondering why this works - {MyComponent} imports the export 'MyComponent' from the file '../components/xyz.js' - The second imports the default export from '../components/xyz.js'.
reactnative/import.txt
· 最終更新: 2019/02/02 00:39 by
ips
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ