Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in README missing @newrelic in Import statement #57

Open
glitton opened this issue Mar 17, 2020 · 0 comments
Open

Typo in README missing @newrelic in Import statement #57

glitton opened this issue Mar 17, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@glitton
Copy link

glitton commented Mar 17, 2020

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

@glitton glitton added the bug Something isn't working label Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant