Talat Küyük

Results 71 comments of Talat Küyük

Yes, you can. I have implemented authbuilderwidget with StreamProvider. It works well.

I suffered with the same issue (using recharts@^2.1.4 with Next.js v12.3.1) I solved it by using dynamic import. **Before:** I would imported the component which uses **recharts** ```js import Chart...

I have opened a discussion https://github.com/reduxjs/redux-toolkit/discussions/2361#discussioncomment-2838605 **`The requested feature`** : **giving an option (optional) in such a way as to skip the automated-invalidation for the last-focused query (only) while setting...

You can apply android:background="ColorOfYourChoise"

@melaniemeindldynatrace I advice you to have a look my comment in discussions below. You may inspire what to do in order to keep the column sizes in the state. https://github.com/TanStack/table/discussions/3947#discussioncomment-2845135

I suppose this is a CSS issue. Since the email is so long, the CSS isn't able to truncate it according to the CSS that you defined. If you add...

+1 As of today I receive below message in the console. ``` react_devtools_backend.js:3973 Your client application uses libraries for user authentication or authorization that will soon be deprecated. See the...

The same issue. I use the latest version `"@tanstack/react-table": "^8.5.22"`; I am getting `TypeError: o.toLowerCase is not a function` when I use the globalFilter feature which is basic one and...

I assume **you have the data** since you have shown it in the table. Calculate the sum of the amount **using the data** and show it in the ui. Also,...

Hi @sheremet-va, I tried both `--pool=vmThreads` and `--pool=vmForks` but it still throws error: `TypeError: A dynamic import callback was not specified.` ```bash TypeError: A dynamic import callback was not specified....