Luke Bennett
Luke Bennett
I'm also having problems getting the plugin to trigger a new build. Clean WordPress install on DigitalOcean using the Ubuntu WordPress on 18.04 droplet. Tested the build hook using curl...
@iamtimsmith I don't believe so (unless it uses Docker under the hood) just the WordPress droplets here:
Hey @iamtimsmith just installed the plugin from the WPTNB-2, but unfortunately it's still not triggering a new build for me ðŸ˜
Hi @bturner1273, I've just taken the example from the website and updated to React 18 and it seems to be working ([see CodeSandbox](https://codesandbox.io/s/react-select-issue-5459-sortable-multi-ogpqmv?file=/example.tsx)). Are you able to reproduce the issue...
Hi @ci7lus, it's a bit hard to tell from that example if it's an issue with React 18, or an issue with Remix. I know there is a bit of...
I want to clarify that the issue was not with ESLint, but TypeScript when using the `noUnusedLocals` flag. With ESLint, we can add `ignorePatterns: ["__generated__/**/*"]`, and it won't try to...
I'm also not sure how to upgrade to v5. Here's the my old code: ```ts import { type Hit } from '@algolia/client-search'; import { default as algoliasearch } from 'algoliasearch/lite';...
Thanks @shortcuts but that doesn't seem to work for me. There doesn't seem to be a `searchSingleIndex` method on client. There are no types for it, but I tried it...
Thanks @LeCarbonator, using `canSubmitWhenInvalid` fixes it for me 🎉 That said, from an a11y/UX perspective, I’m not sure this is a good default. It seems to assume you’ll disable the...