tamagui 1.100.3 → 1.100.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/native.js +1 -0
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -0
- package/dist/test.native.js.map +1 -1
- package/package.json +54 -54
package/dist/native.js
CHANGED
|
@@ -3104,6 +3104,7 @@ var require_useDidHydrateOnce_native = __commonJS({
|
|
|
3104
3104
|
module2.exports = __toCommonJS2(useDidHydrateOnce_exports);
|
|
3105
3105
|
var import_react4 = require("react");
|
|
3106
3106
|
function useDidHydrateOnceRoot() {
|
|
3107
|
+
return !0;
|
|
3107
3108
|
}
|
|
3108
3109
|
var last = Date.now();
|
|
3109
3110
|
function useDidHydrateOnce() {
|