Skip to content

Conversation

Polleps
Copy link
Member

@Polleps Polleps commented Apr 14, 2023

PR Checklist:

  • Link to related issues: #number
  • Add changelog entry linking to issue
  • Add tests (if needed)
  • If dependent on server-side changes: link to PR on atomic-data-rust
  • If new feature: added in description / readme

return node;
};

export function useGlobalStylesWhileMounted(cssText: string) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs some docs

import { useSettings } from '../helpers/AppSettings';
const wait = (ms: number) => new Promise(r => setTimeout(r, ms));

export function useNavigateWithTransition(onTransitionStart?: () => void) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs some docs

return;
}

// @ts-ignore
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these ts-ignores be solved with types?

@joepio joepio merged commit 9ecd881 into main Apr 17, 2023
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