Yanal Shoubaki

Results 2 comments of Yanal Shoubaki

I was have the same issue, how i fixed it : First create component with only the chart component like this ![image](https://user-images.githubusercontent.com/13173362/197396559-de351112-9284-4825-9da9-044d3d2d3f0e.png) then in the main component : ![image](https://user-images.githubusercontent.com/13173362/197396579-dd9c18f5-d473-456f-9382-833e0561e84e.png) ![image](https://user-images.githubusercontent.com/13173362/197396588-0bb54e34-2958-4055-b299-992592d200ab.png)...

`namespace Brotzka\DotenvEditor; use Illuminate\Support\Str; use Brotzka\DotenvEditor\Exceptions\DotEnvException; use Dotenv\Exception\InvalidPathException; use Illuminate\Support\Str;` Hi delia, try to remove duplicated uses for Str, i think this will fix your problem