galih56

Results 11 issues of galih56

I want to crop an image inside the file manager folder. But somehow the file manager threw this error message. I don't know what is happening ``` use Intervention\Image\Point; use...

I'm currently working on a sortable table. I combined pagination.js and sortable from jquery-ui. My problem is if i sort some items on a specific page. after i do that....

I'm currently playing around with react-org-chart for my personal project to practicing my react knowledge. In the docs, it shows usage with class component. I tried to convert it to...

Error occurs when i use theme to react-native-paper-dropdown and shows "Undefined is not an object (evaluating '(theme || activeTheme).colors.text'). ``` import React, {useState} from "react"; import PropTypes from 'prop-types'; import...

What if i don't use "useErrorBoundaries" in defaultQueryOptions? My app always crash on the first mount when calling useAuth. The query returns 401 on the first fetch and it throws...

I want to display tasks in one row. This functionality will be used to show let say some deadlines are extended. I want to show it with the same title...

I just installed this library to try it out. I copy the code and receive errors that says "Property 'QuarterYear' does not exist on type 'typeof ViewMode'". ![image](https://github.com/MaTeMaTuK/gantt-task-react/assets/33045630/62f53304-dd0f-4719-9b2c-c0f2204d2bde) After i...

Why we use number instead of Date Object or Datetime string? Any explaination on this? Thank you

Is it possible to make drawer globally and place the content wherever it's needed? Split the form and the drawer. For me, the drawer is not reusable enough. It will...

I have a downloadFile function using post method and authorization header. But the fetch always catch error ``` {"line":285897,"column":34,"sourceURL":"http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.bsw_rn&modulesOnly=false&runModule=true"} ``` This error doesn't contain clear message why the download is...