Skip to content

mergeProps chaning events twice #6706

Closed Answered by snowystinger
NaviTheCoderboi asked this question in Q&A
Discussion options

You must be logged in to vote

I'm so sorry to be the bearer of this news, you have an off by 1 error. You're double including args[0]

for (let i = 1; i < args.length; i++) {

where i = 1 instead of 0

Can't say how many times I've done that too and been frustrated for hours. Hope you're able to get back on track quickly now!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NaviTheCoderboi
Comment options

Answer selected by NaviTheCoderboi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants