Atalay
Atalay
Can you try this? ```javascript import { BrowserRouter as Router, Route, Routes } from 'react-router-dom'; ``` or like this? ```javascript {item.icon} {item.name} ``` "to" prop, would be okay.
This is actually not react situation, you need the import Semantic UI CSS. here for you; ```javascript const styleLink = document.createElement("link"); styleLink.rel = "stylesheet"; styleLink.href = "https://cdn.jsdelivr.net/npm/semantic-ui/dist/semantic.min.css"; document.head.appendChild(styleLink); ``` If...
> @jerrywonderr here: > > ```ts > import { useState } from "react"; > import Modal from "react-native-modal"; > import { ChevronDown } from "@tamagui/lucide-icons"; > import { GetProps, ScrollView,...
Hello, have you find any solution?
> Did you install brackets-viewer? Yes I'm still same...
> What package manager are you using? And how are you importing the viewer? Using yarn but I tried on npm too doesn't matter it's giving me to "that error....
> I'm confused. If you close and reopen the app, you should be getting a brand new Redux store and JS environment. Are you persisting the Redux state and RTK...
> I'm confused. If you close and reopen the app, you should be getting a brand new Redux store and JS environment. Are you persisting the Redux state and RTK...
> Please show your store setup. It's very likely that you use something like `redux-persist`, which would need extra setup for RTK Query. This is my _layout.tsx; ```tsx import {...
>  Why do you say that you are not using persistance? Pretty much every second word there is `persist`. > > You need to apply the steps described at...