question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

preview-head.html not working with <noscript />

See original GitHub issue

Describe the bug I was following this guide(https://storybook.js.org/docs/configurations/add-custom-head-tags/) and when I did, storybook UI were not loaded without any explicit errors

To Reproduce Add ‘preview-head.html’ under .storybook with below code

<noscript id="jss-insertion-point" />

Expected behavior Storybook UI should inject custom tag and working properly

Screenshots image

System: System: OS: macOS 10.15.2 CPU: (8) x64 Intel® Core™ i5-8279U CPU @ 2.40GHz Binaries: Node: 12.9.0 - /usr/local/bin/node Yarn: 1.17.3 - /usr/local/bin/yarn npm: 6.10.3 - /usr/local/bin/npm Browsers: Chrome: 79.0.3945.88 Safari: 13.0.4 npmPackages: @storybook/addon-actions: ^5.2.8 => 5.2.8 @storybook/addon-links: ^5.2.8 => 5.2.8 @storybook/addon-storyshots: ^5.2.8 => 5.2.8 @storybook/addons: ^5.2.8 => 5.2.8 @storybook/react: ^5.2.8 => 5.2.8

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
dzwilliacommented, Aug 28, 2020

@shilman Can’t commit on this in the short term, but I may have a window to take a look at it in a couple of weeks. I’ll see what I can do.

0reactions
stale[bot]commented, Dec 26, 2020

Hi everyone! Seems like there hasn’t been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don’t have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

preview-head.html not working with <noscript /> #9363
Describe the bug I was following this guide(https://storybook.js.org/docs/configurations/add-custom-head-tags/) and when I did, storybook UI were not loaded ...
Read more >
The Noscript element - HTML: HyperText Markup Language
The HTML element defines a section of HTML to be inserted if a script type on the page is unsupported or if scripting...
Read more >
In HTML webpage, the content within noscript tags are not ...
Just think of setting any content inside the <head> : it won't get displayed. Won't work: <noscript> in <head> <!doctype html> <html> <head> ......
Read more >
My WebDev Notes: HTML noscript tag and script blocking ...
When the noscript tag is placed in the head element and a script blocking extension is installed in a browser blocking script on...
Read more >
HTML noscript tag - W3Schools
Use of the <noscript> tag: ... <noscript>Your browser does not support JavaScript! ... The <noscript> element can be used in both <head> and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found