Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Aug 16, 2024
1 parent f48bb02 commit b25cfbb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/packages/runtime/react-integration/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ import { InterfaceNameForServiceType } from "../DeclaredService";
IMPORTANT
=========
The functions in this file are part of the public API.
They are imported by code generated during separate package generation via:
The functions in this file are part of the public API, although they should not be called directly.
They are imported by code generated during separate package compilation generation via:
import { hookName } from '@open-pioneer/runtime/react-integration'
They are also imported by the vite plugin during development and when building an application.
The matching exports are in the neighboring `index.ts`.
The interfaces of these hooks must remain stable so that already published packages can continue to work in the future.
Expand Down

0 comments on commit b25cfbb

Please sign in to comment.