Roni Frantchi

Results 39 comments of Roni Frantchi

Hi @jigarpt any luck figuring this one out?..

Same here. Anyone able to workaround it somehow?

Looking at the code output by Webpack 😨 : ```javascript class Model extends sequelize_1.Model { constructor(values, options) { if (true) { // whaaat... throw new model_not_initialized_error_1.ModelNotInitializedError(new.target, `${new.target.name} cannot be instantiated.`);...

This is a bug in Webpack 5. Reported it here - https://github.com/webpack/webpack/issues/12339 Nothing to do with this package - I think this issue can now be resolved - upgrading to...

@tomfree haven't upgraded to 5.37.0 - we're currently on 5.36.2 and I can confirm we're not seeing this error anymore with our configuration

Wow @wimvdb thanks for sharing. I've been struggling with this one. I actually don't have velocity templates set up for my subscription. Haven't had a need for one. I haven't...

Thanks @wimvdb . Using that though, I'm getting: ``` {"errorType":"MappingTemplate","message":"Value for field '$[operation]' not found."} ```

Thanks @domjtalbot. Sure thing. If we get a positive response from maintainers on pushing it in, I'd be happy to make that adjustment along with any others suggested.

@dakale I've addressed all of you comments - is there anything other request in this thread that you think must be taken care of in this PR before merging? I...

> Downgrading to v1.19.0 worked for me. Looking forward to fix this~ Same here.