player-ui / player

Home Page:https://player-ui.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asset Provider Plugin React code example is wrong

hugivar opened this issue · comments

commented

Describe the bug

Asset Provider Plugin React code example is wrong

To Reproduce

  1. Visit: https://player-ui.github.io/latest/plugins/asset-provider
  2. See that the function is declared with an object, where as it should be declared with an array. Similar to this test case https://github.com/player-ui/player/blob/main/plugins/asset-provider/react/src/__tests__/index.test.tsx#L13 as reference
  • OS: React
  • Version 0.3.0 (latest)