Skip to content

Commit

Permalink
♻️ Move JSDoc text
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakihle committed Nov 6, 2024
1 parent 3917b49 commit c350099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/providers/TutorialProvider/TutorialProvider.hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export const useGetTutorialSasToken = () => {
});
};

/**
* Use with caution. There has not been much testing of how using this hook in an app affects the tutorial logic
*/
export const useTutorial = () => {
const context = useContext(TutorialContext);
if (context === undefined) {
Expand Down
3 changes: 0 additions & 3 deletions src/providers/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
export { TutorialProvider } from './TutorialProvider/TutorialProvider';
export { FeatureToggleProvider } from './FeatureToggleProvider';
/**
* Use with caution. There has not been much testing of how using this hook in an app affects the tutorial logic
*/
export { useTutorial } from './TutorialProvider/TutorialProvider.hooks';

0 comments on commit c350099

Please sign in to comment.