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

fix: Service worker category navigation content updating and add subc… #20

Merged
merged 7 commits into from
Jan 28, 2020

Conversation

leotoll
Copy link
Contributor

@leotoll leotoll commented Jan 21, 2020

…ategory navigation. Issue: #21

src/link/Link.js Outdated
{React.cloneElement(children, { ref, onClick: handleClick, ...other })}
{React.cloneElement(children, {
ref: ref,
innerRef: ref,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of innerRef here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add comments explaining what innerRef is here.

@leotoll
Copy link
Contributor Author

leotoll commented Jan 23, 2020

Those changes are related to tasks:
PC-1248
PC-1234
PC-1231

@leotoll leotoll added bug Something isn't working and removed do not merge labels Jan 23, 2020
@markbrocato markbrocato merged commit 463ca56 into master Jan 28, 2020
@markbrocato markbrocato deleted the service-worker-navigation-bug branch January 28, 2020 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants