Skip to content

Commit

Permalink
Merge pull request #225 from jbreuer/patch-1
Browse files Browse the repository at this point in the history
Export SitecoreContextReactContext
  • Loading branch information
sc-dawidrutkowski authored Aug 9, 2019
2 parents 5cd1ae9 + cdb89ff commit ffb4010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sitecore-jss-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export { DateField } from './components/Date';
export { Link } from './components/Link';
export { File } from './components/File';
export { VisitorIdentification } from './components/VisitorIdentification';
export { SitecoreContext, SitecoreContextFactory } from './components/SitecoreContext';
export { SitecoreContext, SitecoreContextFactory, SitecoreContextReactContext } from './components/SitecoreContext';
export { withSitecoreContext } from './enhancers/withSitecoreContext';
export { withExperienceEditorChromes } from './enhancers/withExperienceEditorChromes';
export { withPlaceholder } from './enhancers/withPlaceholder';

0 comments on commit ffb4010

Please sign in to comment.