Bala Bosch

Results 12 comments of Bala Bosch

this still happens for me if I load iframe-resize after current version of requirejs

I ran into this issue as well. As @LFDanLu manetioned, the only way to fix this (at present) is to use ```ts const state = useComboBoxState({ ...props, allowsEmptyCollection: true, });...

Having the same issue in version 8.0.552.231. I've confirmed the file is loading by adding an alert to the top of the SC-CSSAdditions.js, but the line numbers never show up....

Looks like you need to have resource tracking enabled before the line numbers show up. (in case somebody else stumbles across this)

This is the type definition that I believe should work. ````ts declare module 'apollo-client-mock' { import { NormalizedCacheObject } from 'apollo-cache-inmemory'; import { ApolloClient } from 'apollo-client'; import { ITypeDefinitions,...

Same issue. However, removing opacity or setting it to 0 hides the tooltip when it's supposed to be visible, after the animation completes, when a popup container is set. EDIT:...

Same issue. I had to downgrade to 8.8.0 Is there a breaking tweak to config necessary? Changelog did not mention anything.

To follow up, I use a monorepo. This is what my i18next-parser.config.js looks like ```js module.exports = { contextSeparator: '_', createOldCatalogs: false, defaultNamespace: 'translation', defaultValue: (locale, namespace, key) => {...