Raj Kadam

Results 18 comments of Raj Kadam

Figured it out. You have to do this: ` String(format: " • Range: %@ - %@".localized(), formattedLowPrice!, formattedHighPrice!)` If you interpolate variables, it will not work. I am not sure...

I just ran into this issue too. Thank you for the fix. Hope to see a new release soon.

I tried using 2.2.0, and it seems to have this issue still when using it with frameworks. I took the known issues into account. Has this been migrated to 2.2.0?

Having a similar issue with Webpack 5. Is there an example of how to make this work? A similar issue can be found here for another package: https://github.com/apollographql/federation/issues/255 Any help...

Took a look at this, I think the difference here is your use babel-node when calling different npm run functions and we just use webpack. The result is that babel-loader...

hi hi. Actually we use webpack to package an electron app. The module actually sits in the main node.js process not the render process. Webpack just happens to package the...

Getting the same thing in dev with react. Would be great if the warning could be removed.

Are there any plans for a pure js library to do serializations?

I am in the same boat. Did anyone get anywhere with this?

This is a good workaround. However, if you do not override it in your child pages, then putting the data-react-helmet in your html file will just cause it to get...