You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the dependency of launchdarkly-react-client-sdk in our app to version 3.0.8 I receive the following error:
ModuleNotFoundError: Module not found: Error: Package path ./lib/context is not exported from package C:\repos\someday-frontend\node_modules\launchdarkly-react-client-sdk (see exports field in C:\repos\someday-frontend\node_modules\launchdarkly-react-client-sdk\package.json)
at <anonymous> (c:\repos\someday-frontend\node_modules\webpack\lib\Compilation.js:2016:28)
at <anonymous> (c:\repos\someday-frontend\node_modules\webpack\lib\NormalModuleFactory.js:805:13)
at eval (eval at create (C:\repos\someday-frontend\node_modules\tapable\lib\HookCodeFactory.js:28:14), <anonymous>:10:1)
at <anonymous> (c:\repos\someday-frontend\node_modules\webpack\lib\NormalModuleFactory.js:272:22)
at eval (eval at create (C:\repos\someday-frontend\node_modules\tapable\lib\HookCodeFactory.js:28:14), <anonymous>:9:1)
at <anonymous> (c:\repos\someday-frontend\node_modules\webpack\lib\NormalModuleFactory.js:436:22)
at <anonymous> (c:\repos\someday-frontend\node_modules\webpack\lib\NormalModuleFactory.js:118:11)
at <anonymous> (c:\repos\someday-frontend\node_modules\webpack\lib\NormalModuleFactory.js:677:25)
at <anonymous> (c:\repos\someday-frontend\node_modules\webpack\lib\NormalModuleFactory.js:881:8)
at <anonymous> (c:\repos\someday-frontend\node_modules\webpack\lib\NormalModuleFactory.js:1001:5)
The import from from 'launchdarkly-react-client-sdk/lib/context' is no longer valid and it appears the ReactSdkContext is no longer exported at all.
The text was updated successfully, but these errors were encountered:
@imri29
Hi, I couldn't fix it quickly back then and been busy since then.
Actually, I have intension to migrate from LaunchDarkly to other SaaS or self-made system, so fixing this is not my priority...
When updating the dependency of launchdarkly-react-client-sdk in our app to version
3.0.8
I receive the following error:The import from
from 'launchdarkly-react-client-sdk/lib/context'
is no longer valid and it appears theReactSdkContext
is no longer exported at all.The text was updated successfully, but these errors were encountered: