Mahmoud Zakria

Results 11 comments of Mahmoud Zakria

Used `import PropTypes from prop-types` instead of `react` solved it, but no addon/propValues controllers show up. ![image](https://user-images.githubusercontent.com/37908294/49813284-71f2da80-fd67-11e8-9556-8e46964e0483.png) ``` import React from 'react'; import PropTypes from 'prop-types'; ``` Also you need...

I've already registered it in `.storybook/addons.js`, but nothing. Here are my screenshots ![image](https://user-images.githubusercontent.com/37908294/49931841-070ce500-fec8-11e8-82db-e087497e4f79.png) And here's my code ![image](https://user-images.githubusercontent.com/37908294/49931774-e3499f00-fec7-11e8-8a0b-b62ce9851465.png) `Note`: I'm using `Babel7`. ![image](https://user-images.githubusercontent.com/37908294/49932121-8f8b8580-fec8-11e8-9b6c-e74e22286c55.png)

Thanks man, but no :( :(. ![image](https://user-images.githubusercontent.com/37908294/49941492-f74eca00-fee2-11e8-9feb-bb3ca77d4f7e.png)

@ndelangen No, I'm taking the whole example without putting any code of mine. Does it work for you?

Renamed to Smartknobs is not showing up

@ndelangen Sure, here it's https://github.com/mahmoud-zakria-sociomantic/nessiestorybook

**Node version**: 8.11.4 **Yarn version**: 1.7 **OS**: macOS High Sierra v10

@ndelangen Is it working with you?

@ndelangen , I've tried the below updates and still no knobs "@storybook/addon-actions": "^4.1.2", "@storybook/addon-knobs": "^4.1.2", "@storybook/react": "^4.1.2", "babel-loader": "^8.0.4", "storybook-addon-smart-knobs": "^4.1.0"

@melMass it has to be `import '@storybook/addon-knobs/register';`