lobaak
lobaak
I'm also experiencing the same issue
This project appears to be abandoned. For anyone else experiencing this issue and using leaflet - switching to 'leaflet.heat' was easy enough. https://www.npmjs.com/package/leaflet.heat
This project appears to be abandoned. For anyone else experiencing this issue - switching to 'leaflet.heat' was easy enough. https://www.npmjs.com/package/leaflet.heat
I'm also seeing this, is there no official fix yet?
Please merge @marnusw 🙇♂️
@alexgleason I was able to get `preval` working with the following: ```jsx import {defineConfig} from 'vite'; import react from '@vitejs/plugin-react'; export default defineConfig({ plugins: [ react({ babel: { plugins: ['preval'],...
@ArturBaybulatov sorry, that is a typo. I've corrected. @istonejoeljonsson we use the following to get the version of the library package ```javascript const version = preval`module.exports = process.env.npm_package_version` || '-';...
> Hi @ovy9086 , I also have the same problem. Thanks for your suggestion. However, seems like the `maybeValue: 'T'` doesn't work with `preset: 'client'`? Also having this problem
Cool!