We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6889782 commit ae4bed2Copy full SHA for ae4bed2
src/index.tsx
@@ -1,16 +1,2 @@
1
-import * as ReactDOM from 'react-dom';
2
-
3
-import { Voyager, VoyagerProps } from './components';
4
5
-// FIXME: remove in next breaking version
6
-/** @deprecated please use renderVoyagerPage **/
7
-export function init(element: HTMLElement, options: VoyagerProps) {
8
- ReactDOM.render(<Voyager {...options} />, element);
9
-}
10
11
export { Voyager, type VoyagerProps } from './components';
12
13
14
-export { Voyager as GraphQLVoyager };
15
16
export { voyagerIntrospectionQuery } from './utils/introspection-query';
0 commit comments