© 2026 Hedgehog Software, LLC
export const useKVData = routeLoader$(({ platform }) => { // This is wrong: // const { MY_KV } = (platform as { MY_KV: KVNamespace })); const { MY_KV } = platform.env; return { // .... } });
Join the Discord to ask follow-up questions and connect with the community
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
87,367 Members