Unleash/unleash-proxy-client-js

Failed to parse source map Warning

Closed this issue ยท 6 comments

Describe the bug

package version: 3.1.0
react version: 18.2.0
react scripts version: 5.0.1

Getting warnings in console after upgrading to latest version

Steps to reproduce the bug

install latest version using yarn

Expected behavior

should not throw warnings

Logs, error output, etc.

No response

Screenshots

image

Additional context

No response

Unleash version

3.1.0

Subscription type

None

Hosting type

None

SDK information (language and version)

No response

Hey @sriadimanav! ๐Ÿ˜Š To better assist you, could you let me know which node version you're using? Also, did v3.0.0 work properly for you?

Currently was not able to reproduce by this. This gives the same versions you described.

npx create-react-app react-app
cd react-app
yarn install

Do you have anything else added that could cause this?

Tymek commented

I was able to reproduce it with create-react-app Typescript template.
Related to cra discussion: facebook/create-react-app#11767
Looks unrelated to Unleash. See facebook/create-react-app#11752

Tymek commented

Fixed in v3.1.1

CC @sriadimanav

Hey @sriadimanav! ๐Ÿ˜Š To better assist you, could you let me know which node version you're using? Also, did v3.0.0 work properly for you?

Currently was not able to reproduce by this. This gives the same versions you described.

npx create-react-app react-app
cd react-app
yarn install

Do you have anything else added that could cause this?

Node version: 20.8.0

Fixed in v3.1.1

CC @sriadimanav

thanks @Tymek