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

JNG-5386 add view data context and hooks #282

Merged

Conversation

noherczeg
Copy link
Contributor

@noherczeg noherczeg commented Jan 3, 2024

TaskJNG-5386 Add owner data parameter to form hooks where applicable

import { useViewData } from '~/hooks';

export const MyHook = () => {
  const { getLatestViewData } = useViewData();
  
  return {
    ...,
  };
};

@noherczeg noherczeg merged commit f1831fa into develop Jan 3, 2024
3 checks passed
@noherczeg noherczeg deleted the feature/JNG-5386-add-view-data-context-and-hooks branch January 3, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants