Skip to content

Commit

Permalink
chore: random changes to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyef committed Nov 14, 2019
1 parent 0f7be4f commit 534cca2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-isomorphic-data/src/hooks/useData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const useData = (
): DataState => {
const [, baseData] = useBaseData(url, queryParams, fetchOptions, false, dataOptions);

console.log('something');

if (process.env.NODE_ENV !== 'production') {
if (dataOptions) {
const { ssr, fetchPolicy } = dataOptions;
Expand Down

0 comments on commit 534cca2

Please sign in to comment.