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.

Warning: Received `true` for a non-boolean attribute `loading`.

See original GitHub issue

Describe the bug At the console: Warning: Received true for a non-boolean attribute loading.

To Reproduce Steps to reproduce the behavior:

  1. vue create my-project
  2. npx -p @storybook/cli sb init --type vue
  3. Then follow the doc from https://storybook.js.org/docs/guides/guide-vue/

repo: https://github.com/HiHiPoBang/storybook-demo

Expected behavior No error log

Screenshots 螢幕快照 2019-06-11 下午8 04 13

System:

  • OS: [MacOS]
  • Device: [iMac 2017]
  • Browser: [chrome]
  • Framework: [vue]
  • Addons: [all]
  • Version: [5.1.3]

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:38
  • Comments:34 (12 by maintainers)

github_iconTop GitHub Comments

14reactions
gorilazishcommented, Jun 11, 2019

I get this one as well on React project (Storybook 5.1.3)

10reactions
ndelangencommented, Jun 12, 2019

I’m on it

Read more comments on GitHub >

github_iconTop Results From Across the Web

Warning: Received `false` for a non-boolean attribute. How do ...
This error with styled-components appears to be due to styled() attempting to apply a boolean ...
Read more >
How to fix the 'Received "true" for a non-boolean attribute' error
The trick is to use the unary plus operator to convert boolean to number. before your booleans values. According to MDN unary operator...
Read more >
Warning: Received true for non-boolean attribute gray . #1198
How can I resolve this warning? Warning: Received `true` for non-boolean attribute `gray`. If this is expected, cast the value to a string....
Read more >
How to Fix ' Received false for non-boolean attribute' Errors
The "Warning: Received false for a non-boolean attribute className." warning happens in React when you try to conditionally set a attribute, ...
Read more >
Styled-components "Warning Received `true` for non-boolean ...
Ok, first of all, what does this error mean. It means that you passed boolean value for the property of a DOM element....
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