Closed
Description
How can I work around the 'ALREADY_INITIALIZED' error message? Can I force it to reinitialize? I'm working within React.
I have an AR component which is triggered from another component — it will change the view. I can then close out of my AR (face filter) view to bring me back to its parent component.
When I attempt to go back into my AR view, it’s eroding and telling me already initialized.
- can I somehow kill/destroy the facefilter init from React’s componentwillunmount?
Or
- somehow reinit the library if already initialized?
Metadata
Assignees
Labels
No labels
Activity