react-native-animated-charts icon indicating copy to clipboard operation
react-native-animated-charts copied to clipboard

[Web] TypeError: Cannot read property 'get' of undefined

Open Jonatthu opened this issue 4 years ago • 5 comments

It works on ios using expo, but when I go to get I get this error message.

image

Webpack config

const { createWebpackConfigAsync } = require('expo-yarn-workspaces/webpack');

module.exports = async function (env, argv) {
	const config = await createWebpackConfigAsync(
		{
			...env,
			babel: {
				dangerouslyAddModulePathsToTranspile: ['@ui-kitten/components', '@rainbow-me'],
			},
		},
		argv
	);
	return config;
};

Jonatthu avatar Aug 04 '21 17:08 Jonatthu

@outaTiME @osdnk

Jonatthu avatar Aug 04 '21 17:08 Jonatthu

same error here

samukbg avatar Aug 10 '21 14:08 samukbg

Same Error With Me Also!

Bhagi-developer avatar Nov 05 '21 11:11 Bhagi-developer

guys, has anyone found a solution to fix this?

andreibahachenka avatar Oct 18 '22 14:10 andreibahachenka

@osdnk @Jonatthu

andreibahachenka avatar Oct 18 '22 14:10 andreibahachenka