Joshua J.
Joshua J.
What is left for this? Node 18.12.0 is now the LTS and this is preventing us from updating.
We are facing the same problem using the `useTimeField` hook. `onBlur` is not being called.
I think the only way to solve this reliably is by searching for the config based on the location of the file that is being linted. Similar to what typescript-eslint...
FYI I ran into this issue with next.js https://github.com/vercel/next.js/issues/54706, they also fixed it using `page.route`.
I think top-level `require` calls should be using the [`import = require()` syntax](https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require) anyway, so this change should only affect dynamic `require` calls.
As long as the declaration file has the same name and path, as it does in this case, it will work without the "types" field. See [package.json "main" and "types"](https://www.typescriptlang.org/docs/handbook/modules/reference.html#packagejson-main-and-types)...
> Could you explain why this is important for you? Overriding the locale may be unexpected for users. Some users might speak a different language from the country they live...
Our users expect to be able to select a start of the week that is different from their locale/language. We are now using our own implementation of `getWeeksInMonth` and `state.getDatesInWeek`...
@chris-smith-zocdoc I have published my fork, since this doesn't seem to be getting merged any time soon. https://www.npmjs.com/package/@joshuajaco/get-monorepo-packages
We are experiencing a similar issue. We have a `GridList` inside a `Popover`. We can't use the `Menu` component as we need a `GridList`.