Skip to content

Commit

Permalink
Update Provider func name
Browse files Browse the repository at this point in the history
Co-authored-by: devin ivy <devin@bigroomstudios.com>
  • Loading branch information
zemccartney and devinivy committed Jun 17, 2020
1 parent f5981d7 commit 9af8229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react.js
Expand Up @@ -6,7 +6,7 @@ const Context = React.createContext();

Context.displayName = 'StrangeMiddleEnd';

exports.Provider = ({ middleEnd, children }) => {
exports.Provider = function Provider({ middleEnd, children }) {

if (!middleEnd || !middleEnd.initialized) {
throw new Error(
Expand Down

0 comments on commit 9af8229

Please sign in to comment.