@tamagui/start-transition
Advanced tools
Comparing version 1.121.11 to 1.121.12
@@ -15,7 +15,7 @@ var __defProp = Object.defineProperty; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod); | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
startTransition: () => startTransition | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_react = require("react"); | ||
@@ -22,0 +22,0 @@ const startTransition = (callback) => { |
@@ -16,7 +16,7 @@ "use strict"; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod); | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
startTransition: () => startTransition | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_react = require("react"), startTransition = function(callback) { | ||
@@ -23,0 +23,0 @@ callback(); |
{ | ||
"name": "@tamagui/start-transition", | ||
"version": "1.121.11", | ||
"version": "1.121.12", | ||
"source": "src/index.ts", | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@tamagui/build": "1.121.11" | ||
"@tamagui/build": "1.121.12" | ||
}, | ||
@@ -31,0 +31,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
14508