Max Babych
Max Babych
I have a similar error when trying to make transitionTo() into model(){} ` this.get('router').transitionTo('tutor', tutorId, {queryParams: {anchor: 'user-balance'}}); ` `Assertion Failed: You passed the `tutor.index:anchor` query parameter during a transition...
> @mabab Any update on this issue or a workaround? My workaround: to use classic worker for mediapipe and in the worker to up new module worker for threejs in...
> 1. **worker files** > > ``` > import * as ComLink from "comlink"; > import TaskGenAI from "../on-device-review/utils/mediapipe/task-genai.js"; > > class ModelHandlers { > constructor() { > this.taskGenAI =...
For reproduction, I use the JS SDK directly in an Ember.js application, and connect is triggered only once when the entire DOM is loaded. Here's the minimal code I used...