Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

targetId undefined on initial render being passed to parseRoleFromHandlerId #1248

Closed

Conversation

cfrank
Copy link

@cfrank cfrank commented Mar 7, 2019

fixes: #1245

In a previous change set targetId/sourceId was changed so that it could
be passed undefined to internal functions. Not all functions were
changed to check for this change causing parseRoleFromHandlerId to
reference an undefined variable.

Signed-off-by: Chris Frank cfrank@redventures.com

In a previous change set targetId/sourceId was changed so that it could
be passed undefined to internal functions. Not all functions were
changed to check for this change causing parseRoleFromHandlerId to
reference an undefined variable.

Signed-off-by: Chris Frank <cfrank@redventures.com>
@cfrank cfrank changed the title fix: targetId undefined targetId undefined on initial render being passed to parseRoleFromHandlerId Mar 7, 2019
@darthtrevino darthtrevino self-requested a review March 7, 2019 17:37
@darthtrevino
Copy link
Member

Thanks for the PR! I modified it slightly on my end, but I'll release it soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crashing in isOver with empty targetId
2 participants