Skip to content

Commit

Permalink
Update src/core/gosling-component.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: SEHI L'YI <[email protected]>
  • Loading branch information
etowahadams and sehilyi authored Jun 12, 2024
1 parent 861e92f commit 1e24173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/gosling-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export interface UrlToFetchOptions {
type CompiledCallbackFn = (
goslingSpec: gosling.GoslingSpec,
higlassSpec: gosling.HiGlassSpec,
experimental: { experimental_processedSpec: gosling.GoslingSpec }
experimental: { _processedSpec: gosling.GoslingSpec }
) => void;

export interface GoslingCompProps {
Expand Down

0 comments on commit 1e24173

Please sign in to comment.