Highlights
- Arctic Code Vault Contributor
Pinned
68 contributions in the last year
Less
More
Contribution activity
March 1, 2021
jonsadka has no activity
yet for this period.
February 2021
Created 2 commits in 1 repository
Created a pull request in uber/baseweb that received 2 comments
feat(block): add onclick and onmouse event props to block TS def
Setting onClick
, onMouseEnter
, and onMouseLeave
on a Block
element results in TypeScript errors.
NOTE: Since Block
accepts $as
props, I think we ha…
+3
−0
•
2
comments
Opened 1 other pull request in 1 repository
uber/baseweb
1
merged
Created an issue in gatsbyjs/gatsby that received 1 comment
Gatsby always unmounts the page component on route change, regardless of the rendered component(s)
Description
Routes sharing the same component will fully unmount and remount on transition (NOTE: This is not the same as sharing the same Layout
)
S…
1
comment