Felix Franz

Results 5 comments of Felix Franz

You can use following typescript definition: `react-jutsu.d.ts`: ```typescript declare module "react-jutsu" { import React, { ReactNode, ReactElement } from "react"; export interface JutsuProps extends React.HTMLProps { // The meeting room...

It worked for me. Where do you facing an issue?

I was facing with the same problem, but I found a workaround: #690

I currently receive the error that the API tocken is not available: ```log 2018-07-05T07:15:54.429Z - error: Access Not Configured. YouTube Data API has not been used in project 119103001349 before...

Here is a workaround to delete new indices after calling `sequelize.sync({alter: true});` Be careful, this will delete all indices of the current database that ends with a number after an...