Diego López

Results 2 comments of Diego López

I think the problem is in the following lines: https://github.com/shoutem/ui/blob/469b709319efba56786b29ee3d1872921736f3cd/index.js#L44-L45 https://github.com/shoutem/ui/blob/469b709319efba56786b29ee3d1872921736f3cd/index.js#L65 More precisely, the `Require cycle warning` is generated by how `Text` is been used: https://github.com/shoutem/ui/blob/469b709319efba56786b29ee3d1872921736f3cd/html/elements/Br.js#L2 A workaround: comment the...

@papsti7 I found what cause your error, the problem is that `Heading` component files does not exist in the path `@shoutem/ui/components`. You should import that component from `@shoutem/ui/components/Text`.