Fadojutimi Temitayo Olusegun
Fadojutimi Temitayo Olusegun
`routes` is null when using @nuxtjs/now-builder on Zeit. This fix sets an empty array when the variable null.
I get this error when I initialize the `DioCacheManage` with no `databasePath` option. ```js DioError [DioErrorType.DEFAULT]: MissingPluginException(No implementation found for method getDatabasesPath on channel com.tekartik.sqflite) ``` When I pass the...
ReadiumView component is not wrapped with forwardRef which causes React to error out that ref cannot be passed to functional components. This PR fixes that.
This ensures a uniform coding style and format using Eslint, Typescript and Prettier.