Skip to content

Commit

Permalink
refactor(core): change _processedSpec to experimental_processedSpec (#…
Browse files Browse the repository at this point in the history
…1077)

* refactor: change to experimental_specProcessed

* Update src/core/gosling-component.tsx

Co-authored-by: SEHI L'YI <sehilyi@gmail.com>

* fix: change name

---------

Co-authored-by: SEHI L'YI <sehilyi@gmail.com>
  • Loading branch information
etowahadams and sehilyi authored Jun 12, 2024
1 parent 2440948 commit fc1441a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/gosling-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export interface UrlToFetchOptions {
type CompiledCallbackFn = (
goslingSpec: gosling.GoslingSpec,
higlassSpec: gosling.HiGlassSpec,
_additionalData: { _processedSpec: gosling.GoslingSpec }
/** @deprecated This is an experimental object that is not intended for production usage. */
experimental: { _processedSpec: gosling.GoslingSpec }
) => void;

export interface GoslingCompProps {
Expand Down

0 comments on commit fc1441a

Please sign in to comment.