Thomas Seljen Tvedt

Results 28 comments of Thomas Seljen Tvedt

Hi, I'm getting the same errormessage as mentioned above. I made a [stackblitz](https://stackblitz.com/edit/angular-10ngx-translate?file=src/app/feature/person.component.html) demontstrating my issue. The `translate` pipe works in my `root` module, but not in a `feature` module...

> @thomastvedt your problem is that FeatureModule is not imported in AppModule, it is interesting why it works if there is no translate pipe in PersonComponent. > It is probably...

> This is by design since first render with screen info will break SSR hydrate. I see, but if I don't use SSR, how can I make my own hook...

The error appears even though there is no validation-block defined. (when I call model.set(), which calls .validate() etc.) This is what my Activity-model looks like while debugging (js-code is minimal):...

> We can't use Authorization because of this bug. Also blocked on this

Hi, I'm using `@apollo/client:4.7.0`, which again uses `graphql`. I added the suggested workaround to my webpack config, but it had no effect. Is this because I'm not importing graphql explicitly...

Ahh.. this worked: ```` rules: [ { test: /\.m?js/, resolve: { fullySpecified: false, }, }, { test: /\.[jt]sx?$/, use: [ { loader: 'babel-loader', options: { presets: [ '@babel/preset-typescript', '@babel/preset-react', '@babel/preset-env',...

> Ahh.. this worked: nope.. After a clean install it doesn't work anymore ... `rm -rf node_modules` + `npm install` 😢

See . In my case I had the `preferRelative` flag set to `true` in my webpack config. This made webpack load `graphql` from a local module in apollo client, in...

It would be great if rc-picker could support only loading locales that are used 👌🌸