enes-get-local

Results 3 issues of enes-get-local

next version : 11.0.1-canary.4 next-pwa: ^5.2.21 I've created custom worker to handle chat message sending when user offline. Followed [this example ](https://github.com/shadowwalker/next-pwa/tree/master/examples/custom-worker) this custom worker detect stored messages in sync...

bug
question

@fingerprintjs/fingerprintjs-pro : ^3.6.3 Safari : version 15.2 ``` import FingerprintJS, { ExtendedGetResult } from '@fingerprintjs/fingerprintjs-pro'; export const getVisitorDetails = async (): Promise => { const fp = await FingerprintJS.load({ token:...

Overrides doesn't applied when wrap the Tab component into function that return another component like: `const CustomTab => children` example here " [Demo](https://codesandbox.io/s/base-web-tabs-forked-kbe6z?file=/src/example.js) I should use it into another function...