This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/dist/declarations/src/core/loop.d.ts b/dist/declarations/src/core/loop.d.ts | |
index 843f389ffb5a52cb4116ec24d449d5d1a41458f9..e2ebdb09b7eb67c805ba9cfc39da8661ccefd2b1 100644 | |
--- a/dist/declarations/src/core/loop.d.ts | |
+++ b/dist/declarations/src/core/loop.d.ts | |
@@ -28,4 +28,4 @@ export declare function invalidate(state?: RootState, frames?: number): void; | |
* Advances the frameloop and runs render effects, useful for when manually rendering via `frameloop="never"`. | |
* @see https://docs.pmnd.rs/react-three-fiber/api/additional-exports#advance | |
*/ | |
-export declare function advance(timestamp: number, runGlobalEffects?: boolean, state?: RootState, frame?: XRFrame): void; | |
+export declare function advance(timestamp: number, runGlobalEffects?: boolean, state?: RootState, frame?: XRFrame, shouldRender?: boolean): void; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============= Open Files and Ports from the high-CPU process ================ | |
cwd | |
/ | |
txt | |
/Applications/Docker.app/Contents/Resources/bin/docker | |
txt | |
/private/var/db/oah/c80e0e28208276b77861210f47869390be0ee4ca4b372400a167342c08392ee7/cc02578d53b9b1336ddf2622d4e89e0d372c6d27b525146719cabc16f4f4073c/docker.aot | |
txt | |
/Library/Apple/usr/libexec/oah/runtime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============= Open Files and Ports from the high-CPU process ================ | |
cwd | |
/ | |
txt | |
/Applications/Docker.app/Contents/Resources/bin/docker | |
txt | |
/private/var/db/oah/c80e0e28208276b77861210f47869390be0ee4ca4b372400a167342c08392ee7/cc02578d53b9b1336ddf2622d4e89e0d372c6d27b525146719cabc16f4f4073c/docker.aot | |
txt | |
/Library/Apple/usr/libexec/oah/runtime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @flow | |
import React, { useState } from 'react' | |
import { css } from '@emotion/core' | |
import toString from '@sharyn/util/toString' | |
import swit from '@sharyn/util/swit' | |
const Animal = ({ | |
name, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequireDefault"); | |
Object.defineProperty(exports, "__esModule", { | |
value: true | |
}); | |
exports.default = void 0; | |
var _regenerator = _interopRequireDefault(require("@babel/runtime-corejs2/regenerator")); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequireDefault"); | |
Object.defineProperty(exports, "__esModule", { | |
value: true | |
}); | |
exports.default = void 0; | |
var _regenerator = _interopRequireDefault(require("@babel/runtime-corejs2/regenerator")); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///// ====================== babelrc | |
{ | |
"presets": [ | |
"env", | |
"flow", | |
"react" | |
], | |
"plugins": [ | |
"flow-react-proptypes", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
// ========================================== \\ | |
|| || | |
|| Your styles ! || | |
|| || | |
\\ ========================================== // | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]--> | |
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]--> | |
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]--> | |
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]--> | |
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]--> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Your website name</title> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteCond %{HTTPS} !=on | |
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] | |
RewriteRule ^(.*)$ http://%1/$1 [R=301,L] | |
</IfModule> |
NewerOlder