Component
でヨガのカスタム イベント カレンダーを作成してApp
いますcodesandbox
。実際には でやろうと思っていたのIDE
ですが、思考がかなり速くなり始め、結局それを使用することになりました。
を使用してwidth
とを取得しようとしてheight
から、の薄暗い部分にアクセスしようとしましたが、このソリューションとほとんど同じです。<div/>
ref={(el) => this.props.testing((this.container = el))
componentDidMount()
突然、次のエラーが発生し始めましたcodesandbox
。
TypeError
Failed to fetch
This screen is visible only in development. It will not appear if the app crashes in production.
Open your browser’s developer console to further inspect this error.
This error overlay is powered by `react-error-overlay` used in `create-react-app`.
そしてコンソールで:
Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
(index):1 Uncaught (in promise) TypeError: Failed to fetch
(index):1 Access to fetch at 'https://codesandbox.io/api/v1/sandboxes/wm1dl/cache' from origin
'https://wm1dl.codesandbox.io' has been blocked by CORS policy: Response to preflight request
doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the
requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors'
to fetch the resource with CORS disabled.
codesandbox.io/api/v1/sandboxes/wm1dl/cache:1 Failed to load resource: net::ERR_FAILED
ネットワークなどを調べてみましたが、これを正規化する方法がわかりません。
これを正規化するか、少なくともファイルを github に安全にコピー/コミットして IDE で使用できるようにする必要があります。
ここに私のサンドボックスがあります