Skip to content

Commit 0e792b0

Browse files
committed
fix bad constant import and update build files
1 parent 87e7142 commit 0e792b0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build/3.2.9/onboarding.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-core-data', 'wp-data', 'wp-deprecated', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-media-utils', 'wp-preferences', 'wp-url'), 'version' => '4237bba665a7a1f732c9');
1+
<?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-core-data', 'wp-data', 'wp-deprecated', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-media-utils', 'wp-preferences', 'wp-url'), 'version' => '2e8285522eba01b932e6');

build/3.2.9/onboarding.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/onboarding.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { createRoot } from '@wordpress/element';
33
import { HiiveAnalytics } from '@newfold/js-utility-ui-analytics';
44
import * as Sentry from '@sentry/react';
55
import { onboardingRestURL, startOnboarding } from '@/utils/api';
6-
import { CATEGORY, POSTHOG_PUBLIC } from '@/utils/analytics/hiive/constants';
6+
import { CATEGORY } from '@/utils/analytics/hiive/constants';
7+
import { POSTHOG_PUBLIC } from '@/data/constants';
78
import { isCypress } from '@/utils/helpers';
89
import './webpack-public-path';
910
import { PostHogProvider } from 'posthog-js/react';

0 commit comments

Comments
 (0)