Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taskboard ignores state updates to display data #7313

Closed
marciogurka opened this issue Aug 15, 2023 · 0 comments
Closed

Taskboard ignores state updates to display data #7313

marciogurka opened this issue Aug 15, 2023 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed large-account Reported by large customer react React framework integration resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@marciogurka
Copy link

Forum post

  • Go to React inline demo
  • Replace the state for the following
 const [tasks, setTasks] = useState([]);
    const [assignments] = useState(projectData.assignments);
    const [resources] = useState(projectData.resources);

    useEffect(() => {
        setTasks(projectData.tasks)
    }, [])

The task data won't be displayed

@marciogurka marciogurka added bug Something isn't working react React framework integration forum Issues from forum large-account Reported by large customer labels Aug 15, 2023
@matsbryntse matsbryntse added high-priority Urgent to have fixed BLOCKING labels Aug 16, 2023
@matsbryntse matsbryntse added this to the 5.6.0 milestone Aug 16, 2023
@jsakalos jsakalos self-assigned this Aug 17, 2023
@jsakalos jsakalos added the resolved Fixed but not yet released (available in the nightly builds) label Aug 18, 2023
@SergeyMaltsev SergeyMaltsev modified the milestones: 5.6.0, 5.6.0-alpha-1 Aug 21, 2023
@SergeyMaltsev SergeyMaltsev modified the milestones: 5.6.0-alpha-1, 5.5.2 Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed large-account Reported by large customer react React framework integration resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

4 participants