Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
901 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 52 commits in 5 repositories
Opened 2 pull requests in 1 repository
code-hike/codehike
1
open
1
merged
Reviewed 1 pull request in 1 repository
code-hike/codehike 1 pull request
Created an issue in vercel/next.js that received 6 comments
Warning: Invalid prop `className` supplied to `React.Fragment`
Bug report
Describe the bug
When using React.Fragment like this:
import React from "react"; export default function Page() { const X = React.Fragment…

