useAvatarRenderer is not function
See original GitHub issueDescribe the bug
When we pull recent master, we can’t find the useAvatarRenderer
function on metaversefile-api.js
that totum/type_templates/vrm.js
is using.
To Reproduce Steps to reproduce the behavior:
- Pull current master branch
- Run
git pull --recurse-submodules
- See error
Expected behavior
We should have useAvatarRenderer
somewhere of the app
Screenshots
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
this.function is not a function error in react native navigation
Seems you failed to pass a proper extraData prop object. The object should have keys that match the values you pass, i.e. for...
Read more >'X' is not a function TypeError in React [Solved] | bobbyhadz
The React.js Uncaught TypeError: X is not a function occurs when we try to call a value that is not a function as...
Read more >How to fix "Uncaught TypeError: x is not a function" in JavaScript
JS Casts 01 - How to fix "Uncaught TypeError: x is not a function " in JavaScript.Visit https://javascriptcasts.com/episodes/01 for a summary ...
Read more >Uncaught TypeError | Is Not A Function | Solution - YouTube
Have you encountered an error like:- Uncaught TypeError- Some selector is not a function - jQuery is not a function - owlCarousel is...
Read more >How to Uncaught TypeError: x is not a function - YouTube
TypeError: "x" is not a functionThe JavaScript exception "is not a function " occurs when there was an attempt to call a value...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
totum
submodule bound with latestmaster
apps
doesn’t haveuseAvatarRenderer()
call. https://github.com/webaverse/totum/tree/293d7eedebff2ae58d28bfad910bf72f7a964b07totum
main
version unlessapp
project is updated from labs team.If it’s still an issue let’s set the
webaverse/app
packages/totum
ref back to the working one.