Matías Hernán García
Matías Hernán García
Also, the scaffold generated an Entity: ``` import { Entity, PrimaryGeneratedColumn, Column } from "typeorm" @Entity() export class User { @PrimaryGeneratedColumn() id: number @Column() firstName: string @Column() lastName: string @Column()...
> @matiasgarcia I'm curious what your "typeorm" script looks like in your package.json...if you posted it, I'm not seeing it sorry ;) I tried everything: 1. "typeorm": "typeorm-ts-node-commonjs", 2. "typeorm":...
I tried following the guidelines in https://github.com/typeorm/typeorm/blob/master/docs/using-cli.md#if-entities-files-are-in-typescript FYI
> PR #8821 fixes this, once a new version is released this should be solved Is there any workaround for this in the meantime?
I haven't looked at the implementation yet but I was suspecting that. I will see if I can find the problem in the source code and submit a pull request....
@garetht Do you know a quick workaround for this? It seems that the containerHeight is not kept as an internal state, so this might be a huge refactor if I...
@garetht I have been working on the """hack""" and the resize sometimes work and sometimes doesn't. I wanted to ask you if you knew where this error could come from....
@SmboBeast care to give an example of code? I have the exact same problem (dynamic height, have to use ReactMeasure to get the proper height of each child) but using...