Skip to content

2.1.0

Compare
Choose a tag to compare
@iRoachie iRoachie released this 13 May 05:58
· 100 commits to next since this release

Before this patch, if you included the library in your project and declared it without the items prop; the app would crash showing a red error screen.

This wasn't a problem for those using typescript as they have a compiler to give warnings, however on the JS side they received no warnings.

This minor adds:

  • support for proptype warnings, as well as not crashing your app if the props aren't provided
  • No more map files