chore: fix sprite id type
Sprite ID's uses string type
const { play } = useSound('/path/to/sprite.mp3', {
sprite: {
laser: [0, 300],
explosion: [1000, 300],
meow: [2000, 75],
},
})
My commit fix type issue while call play cb
play({ id: 'kick' })
@Tahul Please implement, this tiny error upsets my TypeScript
@ThatOneCalculator i can't merge this fix... pls, do it by yourself
@Max-0n I can't merge either
why not? what i should to to to merge it?
......because I don't belong to this project?? I literally do not have permission to merge it.
Not sure why you are all pinging each other - neither of you would have merge permissions. This is @Tahul 's job, but I don't think this is being maintained anymore.