p-young

Results 5 comments of p-young

Hi @ErrorPro, I'm working on trying to use the sessionToken inside usePlacesAutocompleteService. I took a quick look at the code and couldn't figure out if it would update the session...

I gave it a try and ran into this error: node_modules/typesense/lib/Typesense/Configuration.d.ts:31:16 - error TS2503: Cannot find namespace 'logger'. 31 logLevel?: logger.LogLevel; At the top of Configuration.ts, should it be: `import...

@jasonbosco maybe the difference is tsconfig, I have strict set to true and it's false in the repository

Is there anything I can add to help get this looked at? Thanks for the updates!

I gave the new typesense-js version (1.4.3-2) along with latest typescript (4.8.4) version a try and the error is gone, thanks @jasonbosco !