You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The import statement for the community components needs an @newrelic
Description
README states
import { DetailPanel, EmptyState, Timeline, NerdGraphError, timeRangeToNrql } from 'nr1-community';
BUT the nr1-community needs to have the @newrelic so it needs to be
import { DetailPanel, EmptyState, Timeline, NerdGraphError, timeRangeToNrql } from '@newrelic/nr1-community';
Steps to Reproduce
Expected Behaviour
Relevant Logs / Console output
Your Environment
NR1 CLI version used:
Browser name and version:
Operating System and version:
Additional context
The text was updated successfully, but these errors were encountered:
The import statement for the community components needs an @newrelic
Description
README states
import { DetailPanel, EmptyState, Timeline, NerdGraphError, timeRangeToNrql } from 'nr1-community';
BUT the nr1-community needs to have the @newrelic so it needs to be
import { DetailPanel, EmptyState, Timeline, NerdGraphError, timeRangeToNrql } from '@newrelic/nr1-community';
Steps to Reproduce
Expected Behaviour
Relevant Logs / Console output
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: