fox
fox
In my default.project.json file, when I explicitly specify the tree, Roblox LSP is able to provide intellisense    However, when I use a reference to a separate project...
Closes #233 Fixes issue where component's state does not update with `:setState({})` when `shouldUpdate` returns false. Checklist before submitting: * [x] Added entry to `CHANGELOG.md` * [ ] Added/updated relevant...
Closes #376 This makes PureComponent perform a shallow equality check on state in `shouldUpdate()`. This is the same behavior as React and is what PureComponent was documented as actually supposed...
The implementation of PureComponent doesn't actually compare state as documented in https://roblox.github.io/roact/performance/reduce-reconciliation/#purecomponent and https://roblox.github.io/roact/api-reference/#roactpurecomponent https://github.com/Roblox/roact/blob/956891b70fdc5410e44e9664719cd0a9f7e6fabd/src/PureComponent.lua#L16-L20
Can't open the project in v4.0.dev.custom_build [9dd1debaf] Errors in console when trying to open: ``` SCRIPT ERROR: Parse Error: Identifier "BUTTON_LEFT" not declared in the current scope. at: GDScript::reload (res://camera.gd:37)...
**Is your feature request related to a problem? Please describe.** Middle clicking/ctrl clicking to open a post in a new tab is a very very useful shortcut, available on most...
I created a GCP api key and put it in the options, and it does not work with this error `Test failed: Failed to fetch https://texttospeech.googleapis.com/v1beta1/voices?key=xxxxxxxxxx` 
## Question I have a module that creates a cluster and installs a helm release onto using this provider. However, when I use the module with `count` or `for_each`, I...