PlaybackStatus problem

{sound.getStatusAsync().then(function (result) {
                return console.log(result)
            }).catch(console.log('Error in duration'))}

I looked at various guides and they tell me to do so, only that it gives me the problem: Invariant Violation: Objects are not valid as a React child (found: object with keys {_40, _65, _55, _72}). If you meant to render a collection of children, use an array instead.

How can i solve it?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.