Skip to content
This repository was archived by the owner on Nov 18, 2018. It is now read-only.
This repository was archived by the owner on Nov 18, 2018. It is now read-only.

Got TypeError: Cannot read property 'any' of undefined ./node_modules/re-bulma/lib-es/grid/columns.js:25 #93

@azulkipli

Description

@azulkipli

Hi, when trying install re-bulma based on this instruction (using create-react-app which is already use react version 16.0.0),

https://github.com/bokuweb/re-bulma#install

I put these on index.js

import insertCss from "insert-css";
import css from "re-bulma/build/css";
try {
  if (typeof document !== "undefined" || document !== null) insertCss(css, { prepend: true });
} catch (e) {}

but after that, I got this error

TypeError: Cannot read property 'any' of undefined ./node_modules/re-bulma/lib-es/grid/columns.js:25

any clue how to solve this issue?

Thank you

screen shot 2017-11-08 at 18 21 33

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions