geneshairzan
geneshairzan
experice same issue.. still can find the root cause of the problem.. iam using vite v2.9.9 & "@mui/material": "^5.8.0", my temp fix, make error in vite config, undo, recompile my...
iam waiting for this kind update :)
> ```js > import { defineConfig } from 'vite' > > export default defineConfig({ > define: { > global: {}, > }, > }) > ``` it doesnt cause error...
any update?
https://github.com/indiespirit/react-native-chart-kit/pull/584 cekin on it, but seems i cannot implement it yet.
find way arround using decorator ```javascript import React from 'react'; import { View, Text } from 'react-native'; import { LineChart } from 'react-native-chart-kit'; import { Dimensions } from 'react-native'; import...
ist implemented in master ?