Patryk Jezierski

Results 4 comments of Patryk Jezierski

@hirotaka any chance to merge this one?

@daniel-j-h Due to significant changes in layers managment it was much easier for me to copy your lines and create new PR than merging your changes.

@daniel-j-h You mean translations and adding API key? If yes it was checked.

You can try the code below as a workaround: ```typescript mockNuxtImport('useState', () => { return (_key: string, data: () => T) => { return ref(data); }; }); ```