Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React 19 native #344

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

React 19 native #344

wants to merge 3 commits into from

Conversation

natew
Copy link
Collaborator

@natew natew commented Dec 27, 2024

Made most the changes I assume need making, when loading it hits:

 ①   [log] errCannot read property 'actQueue' of undefinedTypeError: Cannot read property 'actQueue' of undefined
    at ensureRootIsScheduled (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:377781:37)
    at scheduleUpdateOnFiber (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:388453:36)
    at updateContainerImpl (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:390943:36)
    at updateContainer (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:390898:32)
    at render (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:391526:28)
    at renderElement (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:391625:39)
    at renderApplication (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:351745:31)
    at anonymous (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:354094:44)
    at runApplication (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:354148:28)
    at apply (native)
    at __callFunction (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:293561:44)
    at anonymous (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:293289:37)
    at __guard (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:293504:21)
    at callFunctionReturnFlushedQueue (http://localhost:8081/.expo/.virtual-metro-entry.bundle?platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.tamagui.tamaguikitchensink:293288:27)

Haven't looked too deeply into why that's happening, I do see actQueue in the react we have.

Copy link

railway-app bot commented Dec 27, 2024

🚅 Deployed to the one-pr-344 environment in onestack.dev

Service Status Web Updated (UTC)
one ✅ Success (View Logs) Web Dec 28, 2024 at 5:04 am

@natew
Copy link
Collaborator Author

natew commented Dec 27, 2024

Fixes #327

@natew natew mentioned this pull request Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant