Skip to content

undefined is not iterable (cannot read property Symbol(Symbol.iterator)) #11756

Discussion options

You must be logged in to vote

Alright I solved it like this:

import React from 'react';
import { ReactTypical, Props } from '../src';

export default {
  title: 'Basic',
};

export const Default = (props: Props) => {
  return (
    <ReactTypical
      {...props}
      steps={[
        'Hey',
        500,
        'you',
        500,
        'have',
        500,
        'a',
        500,
        'blessed',
        500,
        'day',
      ]}
    />
  );
};

Replies: 2 comments 18 replies

Comment options

You must be logged in to vote
9 replies
@deadcoder0904
Comment options

@shilman
Comment options

@deadcoder0904
Comment options

@kylemh
Comment options

kylemh Aug 2, 2020
Collaborator

@deadcoder0904
Comment options

Comment options

You must be logged in to vote
9 replies
@deadcoder0904
Comment options

@kylemh
Comment options

kylemh Aug 4, 2020
Collaborator

@deadcoder0904
Comment options

@kylemh
Comment options

kylemh Aug 4, 2020
Collaborator

@deadcoder0904
Comment options

Answer selected by deadcoder0904
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants