James Browning

Results 4 issues of James Browning

I have NS7 and everything is working properly, but when I try to build for release I get this error: ``` ERROR in node_modules/@nativescript/firebase/messaging/messaging.d.ts:1:10 - error TS2305: Module '"../firebase"' has...

Getting the following warning when using the TiktokEmbed component: `Warning: Prop 'id' did not match. Server: "5d851a36-e58a-4967-9d52-122c907a0792" Client: "eeb0cf21-c3ea-4513-a566-05d7fe32e932"` I am using it in a nextjs site, and have updated...

I am trying to get this to work with Sharepoint site. I have tried putting '#s4-workspace as the scrollContainer, as I know Sharepoint uses this as the scrolling container, but...

Trying to use this API on an Angular 12 app, following the instructions. Importing the module as follows: ``` const gocardless = require('gocardless-nodejs'); const constants = require("gocardless-nodejs/constants"); ``` Then trying...