@tamagui/core 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 +6 -6
package/dist/native.js
CHANGED
|
@@ -3022,6 +3022,7 @@ var require_useDidHydrateOnce_native = __commonJS({
|
|
|
3022
3022
|
module2.exports = __toCommonJS2(useDidHydrateOnce_exports);
|
|
3023
3023
|
var import_react3 = require("react");
|
|
3024
3024
|
function useDidHydrateOnceRoot() {
|
|
3025
|
+
return !0;
|
|
3025
3026
|
}
|
|
3026
3027
|
var last = Date.now();
|
|
3027
3028
|
function useDidHydrateOnce() {
|