Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: r5n-labs/vscode-react-javascript-snippets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: whoisryosuke/vscode-es7-javascript-react-snippets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 13, 2018

  1. 🐛 Fixed rfcp by defining component name

    Can't apply proptypes outside of a class/function without using a named function. 
    
    This change defines the component function by the filename, and exports it separately (since directly exported const aren't supported).
    whoisryosuke authored Aug 13, 2018
    Configuration menu
    Copy the full SHA
    9db0ce3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from whoisryosuke/fix/rfcp

    🐛 Fixed rfcp by defining component name
    whoisryosuke authored Aug 13, 2018
    Configuration menu
    Copy the full SHA
    250a904 View commit details
    Browse the repository at this point in the history
Loading