Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby-transformer-remark): correctly pass cache to sub plugins #10892

Merged
merged 8 commits into from
Jan 8, 2019
Prev Previous commit
Next Next commit
chore: revert file that should not have been committed
  • Loading branch information
DSchau committed Jan 8, 2019
commit aa7fe002313fd1d2ca58923f96ecd1ba944e336a
2 changes: 1 addition & 1 deletion e2e-tests/development-runtime/src/components/title.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import React from "react"

export default () => <h1 data-testid="title">{`The title`}</h1>
export default () => <h1 data-testid="title">{`%TITLE%`}</h1>