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

Getting RangeError: Maximum call stack size exceeded #39

Open
santhoshmp89 opened this issue Oct 26, 2021 · 0 comments
Open

Getting RangeError: Maximum call stack size exceeded #39

santhoshmp89 opened this issue Oct 26, 2021 · 0 comments

Comments

@santhoshmp89
Copy link

Describe the bug
After upgrading to v6. When run yarn test -u i am getting below error.

RangeError: Maximum call stack size exceeded

  at node_modules/@storybook/addon-knobs/dist/KnobManager.js:84:17
      at Array.reduce (<anonymous>)
  at escapeStrings (node_modules/@storybook/addon-knobs/dist/KnobManager.js:83:30)
  at node_modules/@storybook/addon-knobs/dist/KnobManager.js:88:20
      at Array.reduce (<anonymous>)

Here is my story component:

export const Default = () => {
const children = (


This is a child i think. The hope is that by me typing with a ton of new lines that i'll bring up the custom
Scrollbar Do you see it? I'm not sure yet so i'm going to keep typing. Don't judge this stream of typing

);

return (
    <Scrollbar
        width={number('Width', 150)}
        height={number('Height', 120)}
        className={text('css classes', '')}
        children={object('Child node', children)}
        autoHide={boolean('Auto hide', false)}
    />
);

};

@shilman shilman transferred this issue from storybookjs/storybook Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant