From 26f3134b50f75d964216c5d089a8613c1dd2842f Mon Sep 17 00:00:00 2001 From: Blair Anderson Date: Sun, 13 Aug 2017 10:33:40 -0700 Subject: [PATCH 1/2] links should navigate in the parent window I found that creating normal `foo` links inside of a story would update the iframe and not actually take the user out to the external link ``tag is supported by all browsers https://stackoverflow.com/a/2656798/1536309 fixes #1122 --- app/react/src/server/iframe.html.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/react/src/server/iframe.html.js b/app/react/src/server/iframe.html.js index 2aeb77f6e92c..8a6647bbce71 100644 --- a/app/react/src/server/iframe.html.js +++ b/app/react/src/server/iframe.html.js @@ -54,6 +54,7 @@ export default function({ assets, publicPath, headHtml }) { +