UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

11 lines (8 loc) 266 B
import { log } from './log.mjs'; "use strict"; function shouldAttemptEagerTransition() { log("info", "lifecycle::shouldAttemptEagerTransition"); return false; } export { shouldAttemptEagerTransition }; //# sourceMappingURL=shouldAttemptEagerTransition.mjs.map