feat: feature/mvp-sprint-1 Fixed up meta analytics tracking and uuid
This commit is contained in:
parent
f1f2cde209
commit
ac927f6f19
@ -61,9 +61,9 @@ export const Thingtime = (props) => {
|
|||||||
// push all children into childrenRef.current
|
// push all children into childrenRef.current
|
||||||
|
|
||||||
try {
|
try {
|
||||||
window.meta.things.db["createDependancies"] =
|
window.meta.db["createDependancies"] =
|
||||||
window.meta.things.db["createDependancies"] || 0
|
window.meta.db["createDependancies"] || 0
|
||||||
window.meta.things.db["createDependancies"]++
|
window.meta.db["createDependancies"]++
|
||||||
} catch {}
|
} catch {}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@ -524,7 +524,7 @@ export const Thingtime = (props) => {
|
|||||||
const [showContextIcon, setShowContextIcon] = React.useState(false)
|
const [showContextIcon, setShowContextIcon] = React.useState(false)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Safe {...props} depth={depth} uuid={uuid?.current}>
|
<Safe {...props} depth={depth} uuid={uuid}>
|
||||||
<Flex
|
<Flex
|
||||||
position="relative"
|
position="relative"
|
||||||
flexDirection="column"
|
flexDirection="column"
|
||||||
|
@ -64,6 +64,7 @@ const setThingtime = (glob) => {
|
|||||||
tmp: {},
|
tmp: {},
|
||||||
subscribers: {},
|
subscribers: {},
|
||||||
state: {},
|
state: {},
|
||||||
|
db: {},
|
||||||
things: {
|
things: {
|
||||||
db: {},
|
db: {},
|
||||||
limit: 9999,
|
limit: 9999,
|
||||||
|
Loading…
Reference in New Issue
Block a user