Discuss.FOLIO.org is no longer used. This is a static snapshot of the website as of February 14, 2023.

TypeError: Component is undefined in connect.js:189:6

Alice
14 Mar '18

Hello, I’m pretty new to FOLIO. I’m start to develop a ui module for cataloging and I try to run a very simple home page. Page is showed, but if I inspect browser console I find this error:

TypeError: Component is undefined in connect.js:189:6 (in stripes-connect)

Do I miss some library maybe? Can you give me some hint to fix this error?

rjruizes
14 Mar '18

As a new stripes developer, I followed this guide, https://github.com/folio-org/stripes-core/blob/master/doc/new-development-setup.md

mkdir stripes
cd stripes
git clone https://github.com/folio-org/stripes-core
./stripes-core/util/configure
cd ./stripes-sample-platform
stripes serve

I don’t think there is a doc for running Stripes as a non-stripes developer. There should be.