Uploaded image for project: 'ListenBrainz'
  1. ListenBrainz
  2. LB-976

DOM nesting issue in LastFM importer page

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • None

      I just tried the lastfm importer, and this error gets printed to the console when I start importing:

      Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
          in div
          in span
          in p
          in div (created by LastFmImporter)
          in div (created by LastFMImporterModal)
          in div (created by LastFMImporterModal)
          in LastFMImporterModal (created by LastFmImporter)
          in div (created by LastFmImporter)
          in LastFmImporter

      The message is pretty clear: a <div> element appears as a child of a <p> and that's not valid HTML.

            Xianyi Xianyi
            mr_monkey Monkey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package